access
#78
by alparslankoc - opened
access to request
Hi @alparslankoc -
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-2b-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!