TL;DR
This paper introduces an efficient method for training large MoE models from pre-trained dense checkpoints, significantly reducing compute costs while improving downstream task performance.
Contribution
It presents a novel training recipe for MoE models leveraging pre-trained dense models, enabling cost-effective high-capacity model development.
Findings
Achieved 2% improvement in 0-shot MMLU accuracy.
Reached 46.8% Model FLOPs Utilization during training.
Reduced pre-training compute to less than 1% of typical costs.
Abstract
Scaling large language models (LLMs) significantly improves performance but comes with prohibitive computational costs. Mixture-of-Experts (MoE) models offer an efficient alternative, increasing capacity without a proportional rise in compute requirements. However, training MoE models from scratch poses challenges like overfitting and routing instability. We present an efficient training recipe leveraging pre-trained dense checkpoints, training an 8-Expert Top-2 MoE model from Llama 3-8B with less than of typical pre-training compute. Our approach enhances downstream performance on academic benchmarks, achieving a \textbf{2%} improvement in 0-shot accuracy on MMLU, while reaching a Model FLOPs Utilization (MFU) of \textbf{46.8%} during training using our framework. We also integrate online upcycling in NeMo for seamless use of pre-trained weights, enabling cost-effective…
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
MethodsLLaMA · Mixture of Experts
