Closed hapazv closed 3 years ago
Hi @hapazv , could you check that you've installed sentencepiece
library? If not please install it via pip3 install sentencepiece
and check if it's working 🤗
Hola @hapazv , ¿podrías comprobar que has instalado la
sentencepiece
biblioteca? Si no es así, instálelo a través depip3 install sentencepiece
y compruebe si funciona🤗
@stefan-it Thank you very much, I have been a fool. it worked perfectly.
good day.
first sorry for my english.
code using 'bert-base-multilingual-cased'
to tokenize the phrases I did it like this and got a good result:
however when I wanted to do it with XLMRoBERTa I did not get good results, I would like to know how to do it with this other model, I appreciate the help.