Permission error for Mistral-7B-Instruct-v0.3

#54
by ladn-ghasemi - opened

Hi.
When I want to use Mistral-7B-Instruct-v0.3 with its token pro, I have this error that says you should log in with 'huggingface-cli login' and when I did it, the error was the same. Why do I have this error? and How can I fix it?

My error:

Starting AirPassengersDataset mistralai/Mistral-7B-Instruct-v0.3
Sampling with best hyper... defaultdict(<class 'dict'>, {'model': 'mistralai/Mistral-7B-Instruct-v0.3', 'temp': 0.5, 'alpha': 0.99, 'beta': 0.3, 'basic': False, 'settings': SerializerSettings(base=10, prec=3, signed=True, fixed_length=False, max_val=10000000.0, time_sep=',', bit_sep='', plus_sign='', minus_sign='-', half_bin_correction=True, decimal_point='', missing_str=' Nan')})
with NLL inf
Failed AirPassengersDataset mistralai/Mistral-7B-Instruct-v0.3
Mistral-7B-Instruct-v0.3 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>
Finished AirPassengersDataset

Sign up or log in to comment