Request: DOI
#66
by
cemk
- opened
hi, i am studen. and this use model
Hi @cemk ,
Thanks for reaching out to us.
The Gemma models are Gated models which means you need to request access directly from the model's Model card section on Hugging Face and use a valid access token to load the model locally. You can access the google/gemma-2-9b-it model using the granted access token or download the model weights for local use.
For generating access token in HuggingFace, could you please refer this documentation: https://huggingface.co/docs/transformers.js/en/guides/private
Thanks!