The most downloaded model on Hugging Face is not a chatbot. It is a 22.7 million parameter English embedding model, and it recorded 255 million downloads as of 3 August 2026. The leading text-generation model on the same list recorded 28.3 million.
This post gathers small language model adoption statistics from four market research firms, live Hugging Face download data, Menlo Ventures’ enterprise survey, and the Stanford AI Index 2026.
Small Language Model Adoption Statistics
Small Language Model Market Size Estimates Compared
Four firms sized this market and landed in two different places. Three cluster within half a billion dollars for 2026. MarketsandMarkets sits an order of magnitude below them.
The gap is definitional. The Business Research Company splits its market into models below 5 billion parameters and above 5 billion parameters, so its scope includes sizes many people would not call small. MarketsandMarkets builds its report around model training and fine-tuning services and custom model development services. Similar disagreements show up in conversational AI market statistics, where firms define the category differently and publish different totals.
| Research firm | Published size | Forecast | CAGR |
|---|---|---|---|
| Grand View Research | USD 11.1 billion (2026) | USD 20.7 billion by 2030 | 15.1% (2024–2030) |
| The Business Research Company | USD 10.99 billion (2026) | USD 22.45 billion by 2030 | 19.6% (2026–2030) |
| Polaris Market Research | USD 10.65 billion (2026) | USD 58.88 billion by 2034 | 23.88% (2026–2034) |
| MarketsandMarkets | USD 0.93 billion (2025) | USD 5.45 billion by 2032 | 28.7% (2025–2032) |
Source: Grand View Research, Small Language Model Market Report; The Business Research Company, Small Language Model Market Report 2026, published July 2026; Polaris Market Research, Small Language Model (SLM) Market, page updated 16 July 2026; MarketsandMarkets, Small Language Model (SLM) Market, global forecast to 2032. All values are vendor revenue under each firm’s own scope definition.
Read any single SLM market figure as a definition rather than a measurement. Quote it with the firm and the scope attached.
Small Language Model Adoption Statistics on Hugging Face
Hugging Face publishes a download counter on every model page and sorts its directory by it. That counter is the closest thing to a public adoption proxy for downloadable models, in the way traffic and user counts stand in for reach in Grok’s published growth numbers.
The result does not look like the consumer AI story. Every model in the top ten with a published parameter count sits under one billion parameters, and the first text-generation model appears at ninth.
| Model | Task | Parameters | Downloads |
|---|---|---|---|
| sentence-transformers/all-MiniLM-L6-v2 | Sentence similarity | 22.7M | 255M |
| google-bert/bert-base-uncased | Fill-mask | 0.1B | 91.1M |
| cross-encoder/ms-marco-MiniLM-L6-v2 | Text ranking | 22.7M | 87M |
| BAAI/bge-small-en-v1.5 | Feature extraction | 33.4M | 67.2M |
| google/electra-base-discriminator | Not listed | Not listed | 54.7M |
| sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2 | Sentence similarity | 0.1B | 51.3M |
| BAAI/bge-m3 | Sentence similarity | Not listed | 35.6M |
| sentence-transformers/all-mpnet-base-v2 | Sentence similarity | 0.1B | 29.4M |
| Qwen/Qwen3-0.6B | Text generation | 0.8B | 28.3M |
| google-t5/t5-small | Translation | 60.5M | 27.2M |
Source: Hugging Face model directory sorted by downloads, accessed 3 August 2026.
What These Downloads Do Not Measure
Downloads count file pulls. Continuous integration jobs, mirror syncs, container rebuilds, and repeat installs all register, and one person can pull a model a hundred times or once.
Downloads are also not the same as production usage, so a high count says a model is widely fetched, not widely deployed. The same caution applies to the deployment claims in AI agent adoption data, where surveys and telemetry rarely measure the same thing.
Small Language Model Adoption Statistics in the Enterprise
Menlo Ventures surveyed 495 US enterprise AI decision-makers between 7 and 25 November 2025 for its third annual enterprise report. Its LLM share figures reflect the proportion of production API usage reported by respondents, weighted by application scale.
Open-source models, the category that covers nearly every downloadable small model, held 11% of enterprise LLM API usage in 2025, down from 19% a year earlier. Menlo attributes part of that decline to Llama’s stagnation, noting no major release since Llama 4 in April.
| Year | Enterprise generative AI spending |
|---|---|
| 2023 | USD 1.7 billion |
| 2024 | USD 11.5 billion |
| 2025 | USD 37 billion |
Source: Menlo Ventures, 2025: The State of Generative AI in the Enterprise, published 9 December 2025. Scope covers foundation models, model training infrastructure, AI infrastructure, and AI applications, and excludes chips, inference serving, and AI features inside existing software.
Open-source share fell while the money grew more than threefold, so absolute open-weight usage may still have risen even as relative position dropped. Menlo also found 47% of AI deals reach production against 25% for traditional SaaS.
Three providers account for 88% of enterprise LLM API usage. The remaining 12% covers Llama, Cohere, Mistral, and a long tail, which is where deployable small models sit. For a wider view of where AI money lands by sector, see the clinical AI deployment figures.
Source: Menlo Ventures, 2025: The State of Generative AI in the Enterprise, share of enterprise LLM API usage, 2025.
How Capable Are Small Language Models in 2026?
The Stanford AI Index tracks the distance between the best closed-weight and best open-weight models on the Arena leaderboard. Open weights are not the same as small weights, and the leaders on both sides are frontier-scale systems, but the series is the cleanest published read on how far downloadable models trail.
In May 2023 the top closed model led by 174 Arena points, or 15.2%. By August 2024 the gap had narrowed to 7 points, or 0.5%. As of March 2026 it stood at 49 points, or 3.4%, with Claude Opus 4.6 at 1,503 and GLM-5 at 1,454.
Source: Stanford HAI, 2026 AI Index Report, Technical Performance chapter, Arena historical leaderboard exported March 2026.
Embedding models, the category that dominates the download table, improved too. The top average task score on MTEB English v2 reached 76 in 2025, about 11 points above the 2023 level. Retrieval and classification are also where compact models show up first on consumer hardware, a pattern visible in ChromeOS AI tool adoption.
Treat leaderboard numbers with care. A Stanford review of nine widely used benchmarks found invalid question rates ranging from 2% on MMLU Math to 42% on GSM8K, which is worth remembering before ranking models on any single score. The same caveat runs through most published model benchmark comparisons and the broader AI usage data.
FAQs
How big is the small language model market in 2026?
Grand View Research puts 2026 at USD 11.1 billion, The Business Research Company at USD 10.99 billion, and Polaris Market Research at USD 10.65 billion. MarketsandMarkets sized 2025 at USD 0.93 billion under a narrower scope.
What is the most downloaded small language model?
sentence-transformers/all-MiniLM-L6-v2, a 22.7 million parameter embedding model, led Hugging Face with 255 million downloads on 3 August 2026. It handles retrieval and similarity, not conversation.
Are enterprises adopting small language models?
Open-source models held 11% of enterprise LLM API usage in 2025, down from 19% in 2024, per Menlo Ventures. Total enterprise generative AI spending rose from USD 11.5 billion to USD 37 billion over the same period.
Which small models do Reddit users run locally?
Reddit threads on local models are self-reported and not a measured sample. Hugging Face downloads are the closer proxy: Qwen3-0.6B leads text-generation models in the top ten at 28.3 million downloads.
Are Reddit benchmark comparisons of small models reliable?
No, they are anecdotal. Published leaderboards have their own problems. A Stanford review cited in the 2026 AI Index found invalid question rates from 2% on MMLU Math to 42% on GSM8K.
Sources
https://huggingface.co/models?sort=downloads
https://menlovc.com/perspective/2025-the-state-of-generative-ai-in-the-enterprise/
https://hai.stanford.edu/ai-index/2026-ai-index-report/technical-performance
https://www.thebusinessresearchcompany.com/report/small-language-model-global-market-report
