LGAICLSep 30, 2024

Scaling Optimal LR Across Token Horizons

arXiv:2409.19913v329 citationsh-index: 32
Originality Incremental advance
AI Analysis

This work addresses the problem of efficiently determining optimal learning rates for large language model training across varying dataset sizes, which is crucial for reducing the computational cost for LLM developers. It is an incremental contribution to hyperparameter transfer research.

This paper investigates how the optimal learning rate (LR) changes with the token horizon (dataset size) in LLM training. It demonstrates that optimal LR decreases with longer training and follows a scaling law, allowing accurate estimation for longer horizons from shorter ones. The study also provides a rule-of-thumb for LR transfer and suggests Llama-1 may have used too high an LR, impacting its performance.

State-of-the-art LLMs are powered by scaling -- scaling model size, dataset size and cluster size. It is economically infeasible to extensively tune hyperparameter for the largest runs. Instead, approximately optimal hyperparameters must be inferred or \textit{transferred} from smaller experiments. Hyperparameter transfer across model sizes has been studied in Yang et al. However, hyperparameter transfer across dataset size -- or token horizon -- has not been studied yet. To remedy this we conduct a large scale empirical study on how optimal learning rate (LR) depends on token horizon in LLM training. We first demonstrate that the optimal LR changes significantly with token horizon -- longer training necessitates smaller LR. Secondly we demonstrate the the optimal LR follows a scaling law, and that the optimal LR for longer horizons can be accurately estimated from shorter horizons via such scaling laws. We also provide a rule-of-thumb for transferring LR across token horizons with zero overhead over current practices. Lastly we provide evidence that LLama-1 used too high LR, and estimate the performance hit from this. We thus argue that hyperparameter transfer across data size is an important and overlooked component of LLM training.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes