English

DeepNet: Scaling Transformers to 1,000 Layers

Computation and Language 2022-03-02 v1 Machine Learning

Abstract

In this paper, we propose a simple yet effective method to stabilize extremely deep Transformers. Specifically, we introduce a new normalization function (DeepNorm) to modify the residual connection in Transformer, accompanying with theoretically derived initialization. In-depth theoretical analysis shows that model updates can be bounded in a stable way. The proposed method combines the best of two worlds, i.e., good performance of Post-LN and stable training of Pre-LN, making DeepNorm a preferred alternative. We successfully scale Transformers up to 1,000 layers (i.e., 2,500 attention and feed-forward network sublayers) without difficulty, which is one order of magnitude deeper than previous deep Transformers. Remarkably, on a multilingual benchmark with 7,482 translation directions, our 200-layer model with 3.2B parameters significantly outperforms the 48-layer state-of-the-art model with 12B parameters by 5 BLEU points, which indicates a promising scaling direction.

Keywords

Cite

@article{arxiv.2203.00555,
  title  = {DeepNet: Scaling Transformers to 1,000 Layers},
  author = {Hongyu Wang and Shuming Ma and Li Dong and Shaohan Huang and Dongdong Zhang and Furu Wei},
  journal= {arXiv preprint arXiv:2203.00555},
  year   = {2022}
}

Comments

Work in progress

R2 v1 2026-06-24T09:58:06.429Z