Overview of DeepSeek-V3
mainDeepSeek-V3 is a high-performance Mixture-of-Experts (MoE) language model featuring 671B total parameters, with 37B parameters activated per token. It utilizes Multi-head Latent Attention (MLA) and the DeepSeekMoE architecture to achieve efficient inference and cost-effective training.
Key technical features include:
- Auxiliary-loss-free load balancing: Minimizes performance degradation during training.
- Multi-Token Prediction (MTP): A training objective that improves model performance and can be used for speculative decoding to accelerate inference.
- FP8 Mixed Precision Training: Validated for large-scale model training.
- Reasoning Distillation: Capabilities are distilled from the DeepSeek-R1 series to improve reasoning while maintaining control over output style and length.