Tokenizer class GPT3 5 Tokenizer does not exist or is not currently imported.

#2
by GozaloMoreno - opened

Hi: I am using your tokenizer to avoid tiktoken because I don't have permission to do it. However I always get this warning: "Tokenizer class GPT3 5 Tokenizer does not exist or is not currently imported."
How can I fix it?

Thanks

Gonzalo Moreno
Screenshot 2023-11-17 at 4.10.39 PM.png

Hi there. You can ignore the warning, because the tokenizer class does not exist in Transformers. Fortunately, it still works because it has a very similar format to existing tokenizers.

Sign up or log in to comment