Unable to access this model
#5
by theneuralbot - opened
This is a common issue. It only means you need to log in to HuggingFace from your local terminal and provide an access token.
Take the following steps.
Create a token
-Visit hugginface.co/settings/
-Click on 'Create new token'
-Select Role: Write
-Generate the token
-Copy itInstall HuggingFace locally. On your local terminal, run the following one after the other
pip install -U "huggingface_hub[cli]"
hf auth login
-Paste your token when prompted
-This should log you in successfullyRun the N-ATLaS model again. It should work without errors now
