taesiri commited on
Commit
50e822b
1 Parent(s): 5c34833

Upload abstract/2203.15556.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. abstract/2203.15556.txt +1 -0
abstract/2203.15556.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ We investigate the optimal model size and number of tokens for training a transformer language model under a given compute budget. We find that current large language models are significantly undertrained, a consequence of the recent focus on scaling language models whilst keeping the amount of training data constant. By training over 400 language models ranging from 70 million to over 16 billion parameters on 5 to 500 billion tokens, we find that for compute-optimal training, the model size and the number of training tokens should be scaled equally: for every doubling of model size the number of training tokens should also be doubled. We test this hypothesis by training a predicted compute-optimal model, Chinchilla, that uses the same compute budget as Gopher but with 70 billion parameters and four times more data. Chinchilla uniformly and significantly outperforms Gopher (280 billion), GPT-3 (175 billion), Jurassic-1 (178 billion), and Megatron-Turing NLG (530 billion) on a large range of downstream evaluation tasks. This also means that Chinchilla uses substantially less compute for fine-tuning and inference, greatly facilitating downstream usage. As a highlight, Chinchilla reaches a state-of-the-art average accuracy of 67.5% on the MMLU benchmark, greater than a 7% improvement over Gopher.