Production model

DeepSeek V3

Architecture

Positional encoding RoPE (decoupled head for MLA)
Norm placement Pre-Norm
Norm type RMSNorm
QK-Norm no
Activation SwiGLU
Attention MLA
MoE DeepSeekMoE with aux-loss-free routing
Other Multi-Token Prediction auxiliary objective, FP8 training

Techniques used

DeepSeek V3 is a 671B-parameter MoE language model with 37B active parameters per token, trained on 14.8T tokens. It uses MLA for attention compression, DeepSeekMoE with an auxiliary-loss-free load-balancing scheme, and a multi-token-prediction training objective on top of the standard next-token loss.

The architecture inherits MLA and DeepSeekMoE from V2 unchanged. The two notable V3 additions are the aux-loss-free router bias (avoids the usual MoE quality cost of an auxiliary balancing term) and FP8 mixed-precision training at scale.

Sources

Export

BibTeX
@article{arxiv_2412_19437,
  title         = {DeepSeek V3},
  author        = {DeepSeek-AI},
  year          = {2024},
  eprint        = {2412.19437},
  archivePrefix = {arXiv},
  url           = {https://arxiv.org/abs/2412.19437}
}
CSL JSON
{
  "id": "arxiv_2412_19437",
  "type": "article-journal",
  "title": "DeepSeek V3",
  "author": [
    {
      "literal": "DeepSeek-AI"
    }
  ],
  "issued": {
    "date-parts": [
      [
        2024
      ]
    ]
  },
  "URL": "https://arxiv.org/abs/2412.19437",
  "number": "2412.19437",
  "source": "arXiv"
}
RIS
TY  - JOUR
TI  - DeepSeek V3
AU  - DeepSeek-AI
PY  - 2024
JO  - arXiv
AN  - arXiv:2412.19437
UR  - https://arxiv.org/abs/2412.19437
ER  - 

Models like this