Instructions to use google/gemma-4-E2B-it-qat-mobile-transformers with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use google/gemma-4-E2B-it-qat-mobile-transformers with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("google/gemma-4-E2B-it-qat-mobile-transformers", device_map="auto") - Notebooks
- Google Colab
- Kaggle
what is the performance gap of this model with the full precision model?
#7
by yuimo - opened