Gemma 3 / Gemma 3n
Gemma 3 / Gemma 3n
Gemma 3 includes text-only and multimodal checkpoints. Gemma 3n is a next-generation efficiency-focused variant. This is the single coverage page for the Gemma 3 generation.
Available Models
- Gemma 3 270M (text-only)
- Gemma 3 27B IT (VL)
- Gemma 3 4B IT (VL)
- Gemma 3n 4B (VL)
Architecture
Gemma3ForCausalLM— text-only modelsGemma3ForConditionalGeneration— multimodal models
Example HF Models
Example Recipes
Try with NeMo AutoModel
1. Clone and install from source (full instructions):
2. Run the recipe from inside the repo:
Run with Docker
1. Pull the container and mount a checkpoint directory:
2. Navigate to the AutoModel directory (where the recipes are):
3. Run the recipe:
See the Installation Guide and VLM Fine-Tuning Guide.
Fine-Tuning
See the Gemma 3 & Gemma 3n Fine-Tuning Guide for detailed instructions on dataset preparation, configuration, and multi-GPU training.