You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/home/username/.local/lib/python3.8/site-packages/transformers/tokenization_utils_base.py:1421: FutureWarning: The max_len attribute has been deprecated and will be removed in a future version, use model_max_length instead.
warnings.warn(
Setting 'max_len_single_sentence' is now deprecated. This value is automatically set up.
Setting 'max_len_sentences_pair' is now deprecated. This value is automatically set up.
혹시 버전에 맞게 수정 가능할까요?
The text was updated successfully, but these errors were encountered:
안녕하세요
tokenizer = KoBertTokenizer.from_pretrained("monologg/kobert")
이분에서 아래와 같은 메세지가 뜹니다.
/home/username/.local/lib/python3.8/site-packages/transformers/tokenization_utils_base.py:1421: FutureWarning: The
max_len
attribute has been deprecated and will be removed in a future version, usemodel_max_length
instead.warnings.warn(
Setting 'max_len_single_sentence' is now deprecated. This value is automatically set up.
Setting 'max_len_sentences_pair' is now deprecated. This value is automatically set up.
혹시 버전에 맞게 수정 가능할까요?
The text was updated successfully, but these errors were encountered: