Cannot access get repo

#147
by Dav22 - opened

why can't i access the mistral
Screenshot 2024-04-27 133429.png

same error

Solution:

Go to the files and version section of mistral on huggingface -> accept the agreement -> login huggingface into your notebook -> done
it might take a few minutes to reflect, but it worked for me

I am using AWS sagemaker woth proper IAM permissions to access Mistral-7B-v0.1 model, everything was working fine, but from last 2 days when I am trying to run the fine tuning on the model, I am getting the same error mentioned above,

Since I am using sagemaker, it has all permissions to access the model. Now suddenly getting access issue,

Please help

You can add as parameter "token= " to ".from_pretrained(... , token = )". You can generate one through Settings->Access Tokens (in the menu on the left)

Thank you for the response @Borko24
But the aws sagemaker has all the permissions to access this model since I was using without any token or credentials earlier with the tag mistralai/Mistral-7B-v0.1. And finetuning was working well. But now suddenly asking for token. Showing error as you are trying to access gated repository.

Anything changed w.r.t model in hugging face . Please help, my work has been paused..
Thank you

Sign up or log in to comment