Can't load the tokenizer

#3
by echo-yi - 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.

echo-yi changed discussion status to closed
Your need to confirm your account before you can post a new comment.

Sign up or log in to comment