Efficient Construction of Model Family through Progressive Training Using Model Expansion
Kazuki Yano, Sho Takase, Sosuke Kobayashi, Shun Kiyono, Jun Suzuki
TL;DR
The paper tackles the substantial compute burden of building a model family by introducing progressive training via model expansion, initializing each larger model from the previous smaller one. By constraining the total training cost to match the largest model trained from scratch, the method achieves roughly a 25% reduction in FLOPs while delivering comparable or improved performance, especially when applying maximum learning-rate adjustments that scale with model size. Importantly, progressive training also yields greater behavioral consistency across model sizes, as evidenced by lower KL divergences between adjacent models. These findings offer a practical, data-efficient approach to producing coherent, deployable model families suitable for diverse compute budgets and applications.
Abstract
As Large Language Models (LLMs) gain widespread practical application, providing the model family of different parameter sizes has become standard practice to address diverse computational requirements. Conventionally, each model in a family is trained independently, resulting in computational costs that scale additively with the number of models. We propose an efficient method for constructing the model family through progressive training, where smaller models are incrementally expanded to larger sizes to create a complete model family. Through extensive experiments with a model family ranging from 1B to 8B parameters, we demonstrate that our method reduces computational costs by approximately 25% while maintaining comparable performance to independently trained models. Furthermore, by strategically adjusting maximum learning rates based on model size, our method outperforms the independent training across various metrics. Beyond performance gains, our approach offers an additional advantage: models in our family tend to yield more consistent behavior across different model sizes.
