Request: DOI

#96
by GOjira491 - opened

I want to access the model so that i can complete my university major project which is a multi agent argumentative framework for enhancing clinical reasoning and decision making in ai models
P.S. Im still getting the unauthorized error even after including my HF token

Google org

Hi @GOjira491 ,

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:

  1. Go to your profile and select Settings.
  2. Navigate to Access Tokens in the settings menu.
  3. Click Create New Token.
  4. Set Repositories permissions to Read access.
  5. 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-7b-it model.
Please let us know if the issue still persists.

Thank you.

Sign up or log in to comment