ValueError: Cannot instantiate this tokenizer from a slow version. If it's based on sentencepiece, make sure you have sentencepiece installed.

#3
by froilo - opened

the pipeline gives
ValueError: Cannot instantiate this tokenizer from a slow version. If it's based on sentencepiece, make sure you have sentencepiece installed.

you need to install
pip install sentencepiece
duh

froilo changed discussion status to closed

Sign up or log in to comment