Instructions to use google/gemma-4-E2B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use google/gemma-4-E2B with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForImageTextToText processor = AutoProcessor.from_pretrained("google/gemma-4-E2B") model = AutoModelForImageTextToText.from_pretrained("google/gemma-4-E2B") - Notebooks
- Google Colab
- Kaggle
Open instruction training datasets?
#7
by wyan - opened