CLLGApr 9, 2024

MiniCPM: Unveiling the Potential of Small Language Models with Scalable Training Strategies

Tsinghua
arXiv:2404.06395v3708 citationsh-index: 44Has Code
Originality Incremental advance
AI Analysis

This work addresses the high cost and resource concerns in AI research by providing a scalable, efficient alternative for developing language models, with incremental improvements in training strategies.

The paper tackles the resource inefficiency of large language models by developing MiniCPM, small language models with 1.2B and 2.4B parameters that achieve performance comparable to 7B-13B models, and introduces a Warmup-Stable-Decay learning rate scheduler to efficiently study data-model scaling laws, deriving a higher compute optimal ratio than Chinchilla Optimal.

The burgeoning interest in developing Large Language Models (LLMs) with up to trillion parameters has been met with concerns regarding resource efficiency and practical expense, particularly given the immense cost of experimentation. This scenario underscores the importance of exploring the potential of Small Language Models (SLMs) as a resource-efficient alternative. In this context, we introduce MiniCPM, specifically the 1.2B and 2.4B non-embedding parameter variants, not only excel in their respective categories but also demonstrate capabilities on par with 7B-13B LLMs. While focusing on SLMs, our approach exhibits scalability in both model and data dimensions for future LLM research. Regarding model scaling, we employ extensive model wind tunnel experiments for stable and optimal scaling. For data scaling, we introduce a Warmup-Stable-Decay (WSD) learning rate scheduler (LRS), conducive to continuous training and domain adaptation. We present an in-depth analysis of the intriguing training dynamics that occurred in the WSD LRS. With WSD LRS, we are now able to efficiently study data-model scaling law without extensive retraining experiments on both axes of model and data, from which we derive the much higher compute optimal data-model ratio than Chinchilla Optimal. Additionally, we introduce MiniCPM family, including MiniCPM-DPO, MiniCPM-MoE and MiniCPM-128K, whose excellent performance further cementing MiniCPM's foundation in diverse SLM applications. MiniCPM models are available publicly at https://github.com/OpenBMB/MiniCPM .

Code Implementations3 repos
Foundations

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

Your Notes