[Solved] “TypeError: not a string” at Using AutoTokenizer.from_pretrained()
Last Updated on 2022-08-09 by Clay
Today I used transformers package to build an ALBERT model to process a NLP task in the offline environment, and I got an error message when loading the ALBERT tokenizer:
Read More »[Solved] “TypeError: not a string” at Using AutoTokenizer.from_pretrained()