Production model

Qwen 2.5 72B

Architecture

Positional encoding RoPE
Norm placement Pre-Norm
Norm type RMSNorm
QK-Norm no
Activation SwiGLU
Attention GQA
MoE
Other 128K context (with YaRN-style extension at inference for longer windows), Tokenizer: byte-level BPE, ~152K vocabulary, Qwen 2.5 license (free for research and most commercial use; usage restrictions apply at very high revenue scale)

Qwen 2.5 72B (September 2024) is Alibaba’s largest open-weights dense model in the Qwen 2.x generation. Architecturally it follows the consensus open-weights stack of 2024: Pre-Norm RMSNorm + RoPE + GQA + SwiGLU. The technical report describes Qwen 2.5 as a model family spanning 0.5B–72B dense variants plus separate MoE configurations; this entry covers the 72B dense.

Headline characteristics:

Qwen 2.5’s distinguishing characteristics are mostly outside the architecture: the pretraining corpus (~18T tokens in the technical report), the tokenizer (byte-level BPE at ~152K vocabulary), and the post-training recipe that makes the Instruct variant competitive with much larger Western models on code and math benchmarks.

For exact head/layer/FFN dimensions, see the model config in the Hugging Face repository.

Sources

Export

BibTeX
@article{arxiv_2412_15115,
  title         = {Qwen 2.5 72B},
  author        = {Alibaba (Qwen Team)},
  year          = {2024},
  eprint        = {2412.15115},
  archivePrefix = {arXiv},
  url           = {https://arxiv.org/abs/2412.15115}
}
CSL JSON
{
  "id": "arxiv_2412_15115",
  "type": "article-journal",
  "title": "Qwen 2.5 72B",
  "author": [
    {
      "literal": "Alibaba (Qwen Team)"
    }
  ],
  "issued": {
    "date-parts": [
      [
        2024
      ]
    ]
  },
  "URL": "https://arxiv.org/abs/2412.15115",
  "number": "2412.15115",
  "source": "arXiv"
}
RIS
TY  - JOUR
TI  - Qwen 2.5 72B
AU  - Alibaba (Qwen Team)
PY  - 2024
JO  - arXiv
AN  - arXiv:2412.15115
UR  - https://arxiv.org/abs/2412.15115
ER  -