English

Unit Scaling: Out-of-the-Box Low-Precision Training

Machine Learning 2023-06-01 v2

Abstract

We present unit scaling, a paradigm for designing deep learning models that simplifies the use of low-precision number formats. Training in FP16 or the recently proposed FP8 formats offers substantial efficiency gains, but can lack sufficient range for out-of-the-box training. Unit scaling addresses this by introducing a principled approach to model numerics: seeking unit variance of all weights, activations and gradients at initialisation. Unlike alternative methods, this approach neither requires multiple training runs to find a suitable scale nor has significant computational overhead. We demonstrate the efficacy of unit scaling across a range of models and optimisers. We further show that existing models can be adapted to be unit-scaled, training BERT-Large in FP16 and then FP8 with no degradation in accuracy.

Keywords

Cite

@article{arxiv.2303.11257,
  title  = {Unit Scaling: Out-of-the-Box Low-Precision Training},
  author = {Charlie Blake and Douglas Orr and Carlo Luschi},
  journal= {arXiv preprint arXiv:2303.11257},
  year   = {2023}
}

Comments

29 pages, 11 figures