Scaling Law for Language Models Training Considering Batch Size
Xian Shuai, Yiding Wang, Yimeng Wu, Xin Jiang, Xiaozhe Ren
TL;DR
The paper addresses how batch size interacts with model size $N$ and data scale $D$ to shape LLM training under compute budgets. It extends classical scaling laws by incorporating batch size, derives a compute-frontier law $N_{opt}\propto C^{0.464}$, $D_{opt}\propto C^{0.536}$, and a FLOPs-efficient regime with $S_{opt}\propto C^{0.434}$ and $B_{opt}\propto C^{0.102}$, while showing $D$–$B$ and $B$–LR relations under optimal learning-rate schemes. Large batch training benefits from gradient-noise-aware LR scaling, with $\text{LR}_{opt}\propto B^{\gamma}$ where $\gamma\in[0.75,1]$, and extrapolation to bigger models validates the predicted laws and informs resource-aware training strategies. The findings offer actionable guidance for configuring batch size, data, and LR to maximize performance within compute and data constraints, including practical LR scaling rules and frontier-based data–compute trade-offs. The work advances scalable training theory for LLMs and provides empirical tools for planning large-scale experiments under realistic hardware budgets.
Abstract
Large language models (LLMs) have made remarkable advances in recent years, with scaling laws playing a critical role in this rapid progress. In this paper, we empirically investigate how a critical hyper-parameter, i.e., the global batch size, influences the LLM training prdocess. We begin by training language models ranging from 125 million to 2.6 billion parameters, using up to 300 billion high-quality tokens. Through these experiments, we establish a basic scaling law on model size and training data amount. We then examine how varying batch sizes and learning rates affect the convergence and generalization of these models. Our analysis yields batch size scaling laws under two different cases: with a fixed compute budget, and with a fixed amount of training data. Extrapolation experiments on models of increasing sizes validate our predicted laws, which provides guidance for optimizing LLM training strategies under specific resource constraints.
