Instructions to use google/gemma-4-12B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use google/gemma-4-12B with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForMultimodalLM processor = AutoProcessor.from_pretrained("google/gemma-4-12B") model = AutoModelForMultimodalLM.from_pretrained("google/gemma-4-12B", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README
#12
by MaartenGr - opened
Part of a larger effort to standardize the model cards across Gemma 4 checkpoints (like adding 12B).
MaartenGr changed pull request status to merged