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") - Notebooks
- Google Colab
- Kaggle
Vision👍
#9
by dpe1 - opened
This model has better vision than Qwen 3.6 35BA3B and was able to get further when playing Pokemon Crystal using just vision
Hi @dpe1 -
Thanks for sharing your feedback! It's great to hear that you were impressed by the vision capabilities of the Gemma 4 12B variant.