Request: DOI
I request access to this model for academic use. I am currently developing my Bachelor's Thesis (TFG), which consists of building a fake news detection system using a pretrained LLM. The goal is to apply fine-tuning with a binary classification head to classify news as real or fake. I would like to use the gemma-3-1b-pt model for research and educational purposes only.
Hi @MartaAguilarMorcillo , 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-3-1b-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!