Production model

Gemma 3 27B

Architecture

Positional encoding RoPE (local SWA layers at 10K base, global layers at 1M base)
Norm placement Pre-Norm + Post-Norm (norm-everywhere)
Norm type RMSNorm
QK-Norm yes
Activation GeGLU
Attention Interleaved SWA + global (5 local : 1 global)
MoE
Other Soft attention logit cap, Multilingual + multimodal vision encoder (text-only entry omits vision)

Techniques used

Gemma 3 27B (March 2025) is Google’s open-weights dense flagship and the multimodal successor to Gemma 2 27B. It retains the Gemma family’s GeGLU FFN and sandwich-style norm placement, and adds two stability/scale choices that distinguish it from the 2024 generation:

The defining long-context move is an aggressive 5:1 interleaving of local sliding-window attention (window 4096) with global full-attention layers. Most layers see only a 4K local neighborhood; every sixth layer runs full attention. The two layer types also use different RoPE bases — local layers at 10K, global layers at 1M — letting the rare global layers extrapolate over the full 128K context while the cheap local layers stay numerically well-behaved. See the sliding-window attention entry for the family-wide pattern.

Gemma 3 is also multimodal: the released checkpoints pair a SigLIP vision encoder with the text decoder. The architecture entry above describes only the language-model component; vision details are out of scope for this knowledge base.

Sources

Export

BibTeX
@article{arxiv_2503_19786,
  title         = {Gemma 3 27B},
  author        = {Google DeepMind},
  year          = {2025},
  eprint        = {2503.19786},
  archivePrefix = {arXiv},
  url           = {https://arxiv.org/abs/2503.19786}
}
CSL JSON
{
  "id": "arxiv_2503_19786",
  "type": "article-journal",
  "title": "Gemma 3 27B",
  "author": [
    {
      "literal": "Google DeepMind"
    }
  ],
  "issued": {
    "date-parts": [
      [
        2025
      ]
    ]
  },
  "URL": "https://arxiv.org/abs/2503.19786",
  "number": "2503.19786",
  "source": "arXiv"
}
RIS
TY  - JOUR
TI  - Gemma 3 27B
AU  - Google DeepMind
PY  - 2025
JO  - arXiv
AN  - arXiv:2503.19786
UR  - https://arxiv.org/abs/2503.19786
ER  - 

Models like this