Can't load the tokenizer

#3
by echooooooooo - opened

When I run tokenizer = AutoTokenizer.from_pretrained("MiniMax-Text-01"), I get the following error.

OSError: MiniMax-Text-01 is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models'
If this is a private repository, make sure to pass a token having permission to this repo either by logging in with huggingface-cli login or by passing token=<your_token>

Try this:

tokenizer = AutoTokenizer.from_pretrained("MiniMaxAI/MiniMax-Text-01")

Thanks, it works. I think README should be modified.

echooooooooo changed discussion status to closed

Sign up or log in to comment