Access the model for educational purpose.
Hi, I am a Master's Degree student and I would like to request access to this model.
Thanks in advance.
Hi @cristofermestrado ,
When you open any Gemma model card in HuggingFace, you'll be prompted to acknowledge the license. By clicking on it, you provide your consent and agree to the terms and conditions of Gemma.
To create a new access token with read permissions:
- Go to your profile and select Settings.
- Navigate to Access Tokens in the settings menu.
- Click Create New Token.
- Set Repositories permissions to Read access.
- Click Generate Token and securely save it, as it will only be shown once.
After that, follow the lines of code below in your notebook:
from huggingface_hub import login
login(access_token)
Could you please re-check the access_token you have assigned and ensure that you are using the access token for the gemma-2-27b model.
If you prefer to use the model locally, you can download the weights and integrate them into your project. Please refer to this link
Please let us know if the issue still persists.
Thank you.