Hi,
I have value error: This tokenizer cannot be instantiated. Please make sure you have sentencepiece
installed in order to use this tokenizer.
I installed and updated sentencepiece
(0.1.95) but still getting the same error. Can someone help?
Thank you!
lewtun
#2
Hi @Katarina, what happens if you try installing transformers
in a new environment with
pip install transformers[sentencepiece]
Does that solve the problem?
2 Likes
Hi, thanks on answer…I tried with this but still the same error
lewtun
#4
Can you please share the code you are running and the full stack trace / error message?
Acctually it is working after I restarted my enviroment…thank you!
2 Likes
This works:
pip install sentencepiece
1 Like