Scaling Smart: Accelerating Large Language Model Pre-training with Small Model Initialization
Mohammad Samragh, Iman Mirzadeh, Keivan Alizadeh Vahid, Fartash, Faghri, Minsik Cho, Moin Nabi, Devang Naik, Mehrdad Farajtabar

TL;DR
This paper introduces HyperCloning, a method to initialize large language models from smaller pre-trained models, significantly reducing training time while maintaining accuracy.
Contribution
HyperCloning is a novel parameter expansion technique that retains the smaller model's functionality in larger models, accelerating large language model pre-training.
Findings
Reduces GPU hours for large model pre-training
Maintains accuracy of smaller models in larger models
Enables faster convergence during training
Abstract
The pre-training phase of language models often begins with randomly initialized parameters. With the current trends in scaling models, training their large number of parameters can be extremely slow and costly. In contrast, small language models are less expensive to train, but they often cannot achieve the accuracy of large models. In this paper, we explore an intriguing idea to connect these two different regimes: Can we develop a method to initialize large language models using smaller pre-trained models? Will such initialization bring any benefits in terms of training time and final accuracy? In this paper, we introduce HyperCloning, a method that can expand the parameters of a pre-trained language model to those of a larger model with increased hidden dimensions. Our method ensures that the larger model retains the functionality of the smaller model. As a result, the larger model…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Speech Recognition and Synthesis
