Overview
gemma-3-270m is the smallest member of Google's Gemma 3 family, a text-only model with just 0.27B parameters.
- License: Gemma
- Context length: 32K tokens
- Languages: Multilingual
- Minimum hardware: ~2 GB VRAM
- Strengths: ultra-light tasks and fine-tuning base
Highlights
- 0.27B-parameter model sized for local hardware.
- Runs on ~2 GB VRAM.
- Handles long inputs with a 32K-token context window.
- Strong at structured extraction tasks.
- Also handles multilingual text handling out of the box.
What it is good at
gemma-3-270m carries reasoning and multilingual capabilities, and at this size it shines on focused, repeatable jobs rather than open-ended conversation:
- Structured extraction — pulling entities, fields, or sentiment out of raw text and returning clean structured output, the kind of task Google highlights for this model.
- Multilingual text handling — the 256k vocabulary covers rare tokens and many languages, so it can route, classify, or rewrite text across languages on-device.
- Fine-tuned task agents — as a fine-tune base it is cheap to specialize for one job (query routing, tagging, compliance checks) and then run that specialized version locally.
Running it locally
With 0.27B parameters and a 32K context window, gemma-3-270m is one of the lightest LLMs you can run. Quantized to INT4 it needs under 200 MB of memory, which means it fits on laptops, desktops, and even phones without a dedicated GPU. Pull the weights from Hugging Face:
huggingface-cli download google/gemma-3-270m
You can load it through Transformers or vLLM for scripting and serving, or open it in Atomic Chat with one click and start chatting on-device, no setup beyond the download.
License
gemma-3-270m is released under the Gemma license. It provides open weights and permits responsible commercial use, including fine-tuning and deploying your adapted version in your own projects, subject to Google's usage terms.
