Error when using the model
#3
by
glancioni
- opened
When using the model with the code snippet found in the description, you get the following error:
ValueError: Couldn't instantiate the backend tokenizer from one of:
(1) a tokenizers library serialization file,
(2) a slow tokenizer instance to convert or
(3) an equivalent slow tokenizer class to instantiate and convert.
You need to have sentencepiece installed to convert a slow tokenizer to a fast one.
Since nobody answers, it may be useful to point to a similar model that does work:
ChangeIsKey/graded-wsd