KoBERT-Transformers icon indicating copy to clipboard operation
KoBERT-Transformers copied to clipboard

URL in warning message is wrong

Open LoveMeWithoutAll opened this issue 4 years ago • 0 comments

By the code below, URL is https://github.com/google/sentencepiecepip install sentencepiece occurring 404 error.

https://github.com/monologg/KoBERT-Transformers/blob/3787dbf29b4ac2153d4b06022dba005eac5e92b7/kobert_transformers/tokenization_kobert.py#L103 https://github.com/monologg/KoBERT-Transformers/blob/3787dbf29b4ac2153d4b06022dba005eac5e92b7/kobert_transformers/tokenization_kobert.py#L104

Warning massage

2020-12-21 17:42:57 WARNING  kobert_transformers.tokenization_kobert  - You need to install SentencePiece to use KoBertTokenizer: https://github.com/google/sentencepiecepip install sentencepiece

LoveMeWithoutAll avatar Dec 21 '20 08:12 LoveMeWithoutAll