how to fix "ValueError: Tokenizer class NllbTokenizer does not exist or is not currently imported."

#1
by daje - opened

Hello
Can I ask the trouble shooting?
I installed "tokenizer = AutoTokenizer.from_pretrained("facebook/nllb-200-distilled-600M")"
but, I was not working..
code return this error message.. "ValueError: Tokenizer class NllbTokenizer does not exist or is not currently imported."

Please, How you solved it?

Actually check the requirements section and you will understand that I am importing nllb from a particular branch of transformers as it is still not merged.

boli-ai-admin changed discussion status to closed

Sign up or log in to comment