Cannot access get repo
same error
me too
same
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
You need to accept the terms and be login, if you are using a notebook or other be sure to use something like:
from huggingface_hub import login
login('access_token')