Load tokenizer error

#2
by filipegl - opened

When I try to load the tokenizer (tokenizer = AutoTokenizer.from_pretrained("DenilsenAxel/nlp-text-classification")) it raises the following error:

OSError: Can't load tokenizer for 'DenilsenAxel/nlp-text-classification'. If you were trying to load it from 'https://huggingface.co/models', make sure you don't have a local directory with the same name. Otherwise, make sure 'DenilsenAxel/nlp-text-classification' is the correct path to a directory containing all relevant files for a BertTokenizerFast tokenizer.

Sign up or log in to comment