Small LLMs: Pruning vs. Training from Scratch
- lab Hugging Face
- location arXiv
- model Llama~3.1 8B
Pruning large language models can produce smaller, capable models more efficiently than training from scratch, according to a study that tested six methods on Meta’s Llama-3.1-8B [1]. The paper, posted to arXiv on 12 June 2026, examined pruning ratios between 0.5 and 0.8 under two token-matched settings [1]. When the same training token budget was applied, pruned initialization consistently outperformed random initialization, demonstrating that the parent model provides a strong starting point [1]. The advantage narrowed as the training token budget grew and as the pruning ratio rose, nearly vanishing at the highest ratio studied [1]. In a second setting, training from scratch was given the full token budget consumed by the entire pruning pipeline. At finer granularities, pruning still retained an advantage, while coarser structured pruning could be matched or surpassed [1]. The authors concluded that the parent model transfers knowledge that additional training tokens alone cannot fully recover, but only at fine granularity [1]. The findings arrive as the AI industry continues to debate the cost of building capable models. DeepSeek, the Chinese AI company founded in July 2023, reported training its V3 model for roughly $6 million, far less than the estimated $100 million cost of OpenAI’s GPT-4 in 2023 [7]. DeepSeek’s models are described as open-weight, meaning the exact parameters are shared but the training data is not openly licensed [7]. Meta’s Llama 3.1, the parent model used in the pruning study, was cited by DeepSeek as requiring roughly ten times the computing power of its own comparable model [7]. Large language models are defined as machine learning models with many parameters, trained with self-supervised learning on vast amounts of text [8]. Other major families include Alibaba Cloud’s Qwen, many of which are distributed under the Apache 2.0 license [9]. The pruning study’s recommendation is direct: with a large pretrained model in hand and a limited training token budget, pruning is better than training from scratch; when the training budget is not limited, training from scratch can be competitive for coarser pruning [1].
model-releaseresearch-paper
Background sources we checked (8)
- arxiv.org ↗ Pruning promises a shortcut to strong small language models. In this work, we examine this promise by pruning Llama-3.1-8B at pruning ratios of 0.5--0.8 with six methods spanning depth, width, and sparse granularities, under two controlled token-matched settings. (1) With the sam…
- arxiv.org ↗ We review thirteen generative systems and five supporting datasets for quantum circuit and quantum code generation, identified through a structured scoping review of Hugging Face, arXiv, and provenance tracing (January-February 2026). We organize the field along two axes: artifac…
- huggingface.co ↗ # Paper Pages Paper pages allow people to find artifacts related to a paper such as models, datasets and apps/demos (Spaces). Paper pages also enable the community to discuss about the paper. ## Linking a Paper to a model, dataset or Space If the repository card (`README.md`) …
- huggingface.co ↗ # How to Add a Space to ArXiv ... Demos on Hugging Face Spaces allow a wide audience to try out state-of-the-art machine learning research without writing any code. Hugging Face and ArXiv have collaborated to embed these demos directly along side papers on ArXiv! ... Thanks to th…
- huggingface.co ↗ Daily Papers - Hugging Face new Get trending papers in your email inbox once a day! Get trending papers in your email inbox! Subscribe # Daily Papers ## byAK and the research community - Daily - Weekly - Monthly Trending Papers https://huggingface.co/papers/date/2026-06-…
- en.wikipedia.org ↗ Hangzhou DeepSeek Artificial Intelligence Basic Technology Research Co., Ltd., doing business as DeepSeek, is a Chinese artificial intelligence (AI) company that develops large language models (LLMs). Based in Hangzhou, Zhejiang, DeepSeek is owned and funded by High-Flyer, a Chin…
- en.wikipedia.org ↗ A large language model (LLM) is a type of machine learning model designed for natural language processing tasks such as language generation. LLMs are language models with many parameters, and are trained with self-supervised learning on a vast amount of text.…
- en.wikipedia.org ↗ Qwen (also known as Tongyi Qianwen, Chinese: 通义千问; pinyin: Tōngyì Qiānwèn) is a family of large language models developed by Alibaba Cloud. Many Qwen models are distributed under the free and open-source Apache 2.0 license, the source-available Qwen License, or the non-commercial…
Sources
- export.arxiv.org — Small LLMs: Pruning vs. Training from Scratch ↗