Search across 709 pages

Try a tool name, category, or "lifetime deal"

Best Hugging Face Models: The Complete Ranked List

The best Hugging Face models list, ranked on real downloads, likes, maintenance and licence data from the Hub API. 300 models, charts and method inside.

Published August 7, 2026
Best Hugging Face Models: The Complete Ranked List

TL;DR: This best Hugging Face models list ranks 300 models on real Hub data rather than opinion. By downloads the leader is sentence-transformers/all-MiniLM-L6-v2 at 248,935,735 in 30 days, which is 28.3% of every download across the whole list. By our composite quality score the leader is amazon/chronos-2 at 98/100. The finding worth carrying away: small embedding models, not chat models, are what people actually download.

Last updated: 7 August 2026. Data pulled: 7 August 2026, from the free public Hugging Face Hub API. Models ranked: 300. Downloads in the last 30 days: 878,230,936. All-time downloads across the list: 7,461,254,367.

Every “best Hugging Face models” article I can find ranks models by vibes, or by whichever LLM was trending the week it was written. This one ranks them by what the Hub itself reports: downloads, likes, licence, and how recently each model was touched.

I have spent 15 years in software and SEO and tested more than 500 AI tools, and the reason I keep coming back to download data is that it is the only honest signal of production use. Benchmarks tell you what a model can do. Downloads tell you what people are actually shipping. On Hugging Face those two answers are further apart than almost anyone expects.

The Numbers Worth Quoting

  • 300 Hugging Face models ranked as of 7 August 2026, with 878,230,936 downloads in 30 days and 7.46B all-time, from 105 publishers.
  • sentence-transformers/all-MiniLM-L6-v2 alone is 28.3% of 30-day downloads (248,935,735). It is a sentence-similarity model, not a chat model.
  • Embeddings & Retrieval has only 25 models but takes 55.5% of downloads. Vision & Multimodal has 118 models and takes 19.9%.
  • That is 19.5M downloads per model versus 1.5M, roughly a 13x difference.
  • The top ten models take 56.7% of all downloads. The remaining 290 share 43.3%.
  • 124 of 300 models (41%) are quantized or format-converted re-uploads of someone else’s weights, accounting for 15.0% of downloads.
  • 80% are Apache-2.0 or MIT. 7 state no licence at all, five are non-commercial, and one is access-gated.
  • Likes measure attention, not use. The most-liked model, moonshotai/Kimi-K3 at 10,248 likes, ranks only #89 by downloads.
  • Maintenance is strong: median 28 days since the last update, 165 models updated within 30 days, and only one untouched for over a year.
  • Quality scores land in a narrow band (78 to 98, median 83) because a model has to clear an adoption floor before it is ranked at all.

Every figure is reproducible from the tables below. Methodology and citation line at the bottom.

What This Best Hugging Face Models List Covers

The Hugging Face Hub hosts well over a million models. Ranking all of them would be meaningless, because most have never been downloaded by anyone but their author. So inclusion here is automatic and has a floor: a model is ranked when it clears a minimum adoption threshold, at least 1,000 downloads in the last 30 days or at least 50 likes. That leaves the 300 models in this report.

Two consequences worth stating up front.

First, this is a list of what is being used, not what is newest or most impressive on a benchmark. A model released last week will not appear until people download it.

Second, because everything here already cleared the floor, the quality scores cluster tightly. The range is 78 to 98 with a median of 83. The score is useful for ordering models inside a task category; it is not a verdict on whether a model is good, and I would not read a 83 as a warning.

No model pays to be listed or ranked. There are no affiliate links in this report, because Hugging Face models are free.

Which Kinds of Model Are Actually Downloaded Most?

Embeddings & Retrieval models. Not chat models, not image generators. 25 embedding and retrieval models take 55.5% of every download in this list, while 118 Vision & Multimodal models take 19.9%.

Model count against download share, by task Embeddings & Retrieval: 25 models, 55.5 percent of downloads; Vision & Multimodal: 118 models, 19.9 percent of downloads; Text Generation & Chat: 72 models, 11.3 percent of downloads; Tabular, Time-Series & Robotics: 4 models, 4.8 percent of downloads; Other: 43 models, 4.3 percent of downloads; Speech & Audio: 26 models, 3.6 percent of downloads; Text Classification: 10 models, 0.6 percent of downloads; Image Generation: 2 models, 0.1 percent of downloads. The most-built models are not the most-downloaded Left: how many of the 300 ranked models sit in each task group. Right: that group’s share of all 878.2M downloads in the last 30 days. MODELS SHARE OF DOWNLOADS Embeddings & Retrieval 25 55.5% Vision & Multimodal 118 19.9% Text Generation & Chat 72 11.3% Tabular, Time-Series & Robotics 4 4.8% Other 43 4.3% Speech & Audio 26 3.6% Text Classification 10 0.6% Image Generation 2 0.1%
Vision & Multimodal has the most models (118) and 19.9% of downloads. Embeddings & Retrieval has 25 and takes 55.5%. That is roughly 13x the downloads per model. Source: Hugging Face Hub API, 7 August 2026.
Task groupModels30-day downloadsShare of downloadsDownloads per model
Embeddings & Retrieval25487,105,32655.5%19.5M
Vision & Multimodal118174,618,15519.9%1.5M
Text Generation & Chat7299,263,68811.3%1.4M
Tabular, Time-Series & Robotics442,004,8984.8%10.5M
Other4337,477,3694.3%871.6k
Speech & Audio2632,042,6093.6%1.2M
Text Classification104,931,2150.6%493.1k
Image Generation2787,6760.1%393.8k
All 8 groups300878,230,936100%2.9M

This is the single most useful thing in the dataset, and it is almost the exact inverse of the public conversation.

The reason is structural. An embedding model is infrastructure: if you run semantic search, a RAG pipeline, or a recommendation system, you call it on every document and every query, and you pull the weights into every container you deploy. A chat model is a destination: you download it once, or you never download it at all because you call somebody’s API instead.

So download counts on Hugging Face measure something specific. They measure how often a model gets pulled into a build, which correlates with infrastructure use rather than user-facing excitement. That is worth knowing before you cite a download number as evidence that a model is “the best”.

The practical read for a buyer: if you are choosing an embedding model, this data is extremely informative, because the whole market is here and heavily used. If you are choosing a chat model, treat downloads as one weak signal among several.

How Concentrated Are Hugging Face Downloads?

Extremely. sentence-transformers/all-MiniLM-L6-v2 alone accounts for 28.3% of 30-day downloads. The top three take 44.6%, the top ten 56.7%, and the top fifty 80.1%.

How concentrated Hugging Face model downloads are A 100 percent stacked bar splitting 878,230,936 downloads over 30 days: all-MiniLM-L6-v2 (No. 1) 28.3 percent; Ranks 2-3 16.2 percent; Ranks 4-10 12.1 percent; Ranks 11-300 43.3 percent. One small embedding model takes a quarter of all downloads Share of all 878,230,936 downloads in the last 30 days, across 300 ranked models. 28.3% 16.2% 12.1% 43.3% all-MiniLM-L6-v2 (No. 1): 248.9M (28.3%) Ranks 2-3: 142.5M (16.2%) Ranks 4-10: 106.3M (12.1%) Ranks 11-300: 380.5M (43.3%)
sentence-transformers/all-MiniLM-L6-v2 alone accounts for 28.3% of downloads. The top ten take 56.7%, leaving 290 models to share the rest. Median model: 576,071 downloads in 30 days.

The median model in this list gets 576,071 downloads in 30 days. So the gap between the leader and the middle is roughly four orders of magnitude.

What makes the leader interesting is how old and how small it is. `all-MiniLM-L6-v2` is a compact sentence-transformer that has been the default embedding model in countless tutorials, frameworks and starter templates for years. Its dominance is a lesson in defaults: being the thing that gets copy-pasted into every quickstart compounds far faster than being the best model in a benchmark table.

The 10 Best Hugging Face Models by Quality Score

RankModelTask30-day downloadsLikesLicenceQuality score
1amazon/chronos-2time-series-forecasting31,142,302393apache-2.098/100
2google/gemma-4-E2B-itany-to-any4,002,947874apache-2.097/100
3ibm-research/MoLFormer-XL-both-10pctfeature-extraction265,11436apache-2.096/100
4autogluon/chronos-2time-series-forecasting10,712,79448apache-2.095/100
5nvidia/Qwen3.6-35B-A3B-NVFP4text-generation10,696,241539apache-2.095/100
6unsloth/Qwen3.6-27B-NVFP4image-text-to-text3,635,371267apache-2.095/100
7cyankiwi/Qwen3.6-27B-AWQ-INT4image-text-to-text2,515,205102apache-2.095/100
8baidu/Unlimited-OCRimage-text-to-text2,836,6943,941mit94/100
9google/gemma-4-31B-it-qat-w4a16-ctimage-text-to-text2,238,00454apache-2.094/100
10nvidia/parakeet-tdt-0.6b-v2automatic-speech-recognition671,0341,532cc-by-4.094/100

This ranking weighs adoption alongside growth, maintenance and trust, so it surfaces models that are both used and well kept rather than only enormous.

amazon/chronos-2 leads at 98/100 on 31,142,302 downloads. Note what happens next in the table: several entries have download counts far below the raw leaders, and still place highly, because they are growing fast, freshly updated, properly licensed and not gated.

The 10 Most-Downloaded Hugging Face Models

RankModelTask30-day downloadsShareQuality score
1sentence-transformers/all-MiniLM-L6-v2sentence-similarity248,935,73528.3%89/100
2cross-encoder/ms-marco-MiniLM-L6-v2text-ranking85,315,7999.7%78/100
3sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2sentence-similarity57,173,9356.5%82/100
4amazon/chronos-2time-series-forecasting31,142,3023.5%98/100
5nomic-ai/nomic-embed-text-v1.5sentence-similarity15,099,7531.7%85/100
6intfloat/multilingual-e5-smallsentence-similarity14,804,4811.7%84/100
7Qwen/Qwen3.5-9Bimage-text-to-text12,159,6841.4%93/100
8sentence-transformers/paraphrase-multilingual-mpnet-base-v2sentence-similarity11,111,5851.3%78/100
9google/gemma-4-31B-itimage-text-to-text11,028,2731.3%88/100
10google/gemma-4-26B-A4B-itimage-text-to-text10,976,5941.2%85/100

Compare the two tables. They share almost nothing, and that is the point.

sentence-transformers/all-MiniLM-L6-v2 is first here and does not lead on quality score. amazon/chronos-2 leads on quality score and is not first here. Neither ranking is wrong: downloads tell you what is battle-tested and safe to standardise on, while the quality score tells you what is well maintained and moving. For infrastructure you will keep for years, weight downloads more heavily. For something you are adopting now, weight the score.

How Is the Quality Score Calculated?

Four weighted pillars: adoption 40%, maintenance 25%, growth 20%, trust 15%.

How the model Quality Score is calculated Four weighted pillars: adoption 40 percent, maintenance 25 percent, growth 20 percent, trust 15 percent. Worked on amazon/chronos-2: 40.0 plus 22.5 plus 20.0 plus 15.0 equals 97.5, rounding to 98. Four pillars, worked on the current leader amazon/chronos-2 scores 98/100. Trust is structural: a stated license, an identified author, and no access gate. 40% 25% 20% 15% Adoption downloads + likes, log-scaled 100 /100 × 0.40 = 40 Maintenance how recently updated 90 /100 × 0.25 = 22.5 Growth 30-day downloads trend 100 /100 × 0.20 = 20 Trust license, author, not gated 100 /100 × 0.15 = 15 40 + 22.5 + 20 + 15 = 97.5 rounds to a Quality Score of 98 / 100
Because a model only enters the list after clearing an adoption floor, every score lands between 78 and 98 with a median of 83. Treat the score as a ranking within an already-filtered set, not as a verdict on whether a model is any good.

What each one means:

  • Adoption (40%) blends all-time downloads and likes, log-scaled so a handful of enormous outliers do not flatten everything below them.
  • Maintenance (25%) is how recently the model was updated, decaying the longer it sits untouched.
  • Growth (20%) is the 30-day change in downloads, measured against our own snapshot from roughly a month earlier. It is blank for models too new to have history, and those are scored neutrally rather than penalised.
  • Trust (15%) is structural rather than subjective: does the model state a licence, is its author identified, and is it free of an access gate. It is the pillar that most often separates an otherwise-identical pair.

Hugging Face also exposes an internal “trending score”, and 201 of the 300 models carry a non-zero one. Its scale is not publicly documented, so it is not used in the ranking at all.

Are Hugging Face Models Free to Use? Licences in Practice

Mostly yes, and more permissively than people assume. 198 models are Apache-2.0 and 41 are MIT, so 80% of the list carries a licence that allows commercial use with minimal conditions.

Licences across the ranked Hugging Face models apache-2.0: 198 models; mit: 41 models; other: 36 models; none stated: 7 models; cc-by-4.0: 6 models; cc-by-nc-4.0: 4 models; openrail: 2 models; openmdw-1.1: 2 models. Most of the list is permissively licensed Licence as reported by the Hugging Face Hub API, across 300 ranked models. apache-2.0 198 (66%) mit 41 (14%) other 36 (12%) none stated 7 (2%) cc-by-4.0 6 (2%) cc-by-nc-4.0 4 (1%) openrail 2 (1%) openmdw-1.1 2 (1%)
239 of 300 models (80%) are Apache-2.0 or MIT, which is why the Trust pillar rarely separates anything. The ones to check by hand are the 7 with no stated licence and anything tagged “other”, where the terms live in the model card rather than the metadata.
LicenseModelsShare
apache-2.019866%
mit4114%
other3612%
none stated72%
cc-by-4.062%
cc-by-nc-4.041%
openrail21%
openmdw-1.121%

The exceptions are where the care is needed. Seven models state no licence at all, which legally is the most restrictive outcome rather than the least, because absent a grant you have no permission. five carry a non-commercial licence, and one is access-gated, meaning you must accept terms before downloading.

A caveat on the “other” bucket: Hugging Face reports it for custom licences, which includes several widely used model families whose terms are real but non-standard. If a model matters to your product, read its actual licence file rather than trusting the tag.

Which Hugging Face Models Are Growing Fastest?

unsloth/Qwen3.6-35B-A3B-NVFP4 grew 488% over the last 30 days, followed by zai-org/GLM-5.2 at 396%. Of the 234 models with enough history to measure, 147 grew and 85 declined.

Fastest growing and declining models by downloads unsloth/Qwen3.6-35B-A3B-NVFP4 +488 percent; zai-org/GLM-5.2 +396 percent; Qwen/Qwen3.5-122B-A10B +252 percent; DavidAU/Qwen3.6-27B-Fable-Fusion-711-Uncensored-Heretic-NM-DAU-NEO-MAX-MTP-GGUF +250 percent; nvidia/nemotron-3.5-asr-streaming-0.6b +234 percent; ibm-granite/granite-4.1-8b +212 percent; deepseek-ai/DeepSeek-V4-Flash-0731 +198 percent; datalab-to/surya-ocr-2 +195 percent; cyankiwi/gemma-4-26B-A4B-it-AWQ-4bit -40 percent; tabularisai/multilingual-sentiment-analysis -31 percent; cyankiwi/Qwen3.5-9B-AWQ-4bit -27 percent; lmstudio-community/gemma-4-26B-A4B-it-QAT-MLX-4bit -23 percent. 30-day download trend 147 of 234 models with enough volume to measure grew. Trend compares each model against a snapshot roughly 30 days old, so it is blank for very new entries. unsloth/Qwen3.6-35B-A3B-NVFP4 +488% (2M dl) zai-org/GLM-5.2 +396% (2.4M dl) Qwen/Qwen3.5-122B-A10B +252% (2.1M dl) DavidAU/Qwen3.6-27B-Fable-Fusion-711-Un… +250% (2.2M dl) nvidia/nemotron-3.5-asr-streaming-0.6b +234% (1.1M dl) ibm-granite/granite-4.1-8b +212% (4.2M dl) deepseek-ai/DeepSeek-V4-Flash-0731 +198% (702.7k dl) datalab-to/surya-ocr-2 +195% (1.2M dl) cyankiwi/gemma-4-26B-A4B-it-AWQ-4bit -40% (3.3M dl) tabularisai/multilingual-sentiment-anal… -31% (329.6k dl) cyankiwi/Qwen3.5-9B-AWQ-4bit -27% (287.5k dl) lmstudio-community/gemma-4-26B-A4B-it-Q… -23% (844.7k dl) 0%
The risers are mostly brand-new open-weight releases finding their audience, with 2 of the top 8 being quantized or format-converted re-uploads. The decliners are largely the previous generation of the same model families, which is what replacement looks like in download data.
Model30-day trend30-day downloadsTaskQuality score
unsloth/Qwen3.6-35B-A3B-NVFP4+488%1,998,933image-text-to-text93/100
zai-org/GLM-5.2+396%2,430,330text-generation92/100
Qwen/Qwen3.5-122B-A10B+252%2,138,802image-text-to-text88/100
DavidAU/Qwen3.6-27B-Fable-Fusion-711-Uncensored-Heretic-NM-DAU-NEO-MAX-MTP-GGUF+250%2,217,339image-text-to-text93/100
nvidia/nemotron-3.5-asr-streaming-0.6b+234%1,052,774automatic-speech-recognition92/100
ibm-granite/granite-4.1-8b+212%4,213,980text-generation87/100
deepseek-ai/DeepSeek-V4-Flash-0731+198%702,709text-generation92/100
datalab-to/surya-ocr-2+195%1,235,692image-text-to-text90/100
wikeeyang/Flux2-Klein-9B-True-V2+186%787,676text-to-image91/100
Qwen/Qwen3.5-0.8B-Base+172%846,908image-text-to-text85/100
cyankiwi/Qwen3-VL-8B-Instruct-AWQ-4bit+153%405,196image-text-to-text91/100
cyankiwi/GLM-4.7-Flash-AWQ-4bit+143%498,198text-generation93/100

Two patterns in that list. Most risers are new open-weight releases finding their audience in their first weeks. A minority are quantized or format-converted versions of a model that already existed, which is a different phenomenon: the weights are not new, the packaging is.

That second pattern is worth its own number, because it is much bigger across the list than it is at the top of the growth table. 124 of the 300 ranked models (41%) are quantized or converted re-uploads in formats like GGUF, AWQ, NVFP4 and INT4, together 15.0% of downloads. Whole publishers on this list exist to do nothing else. It tells you where the real bottleneck is: not capability, but getting existing capability onto hardware people can afford.

And the other direction:

Model30-day trend30-day downloadsTaskQuality score
cyankiwi/gemma-4-26B-A4B-it-AWQ-4bit-40%3,331,398image-text-to-text78/100
tabularisai/multilingual-sentiment-analysis-31%329,648text-classification78/100
cyankiwi/Qwen3.5-9B-AWQ-4bit-27%287,482image-text-to-text78/100
lmstudio-community/gemma-4-26B-A4B-it-QAT-MLX-4bit-23%844,724image-text-to-text78/100
google/gemma-4-26B-A4B-it-23%10,976,594image-text-to-text85/100
answerdotai/answerai-colbert-small-v1-23%250,948other78/100

cyankiwi/gemma-4-26B-A4B-it-AWQ-4bit is down 40%, the steepest decline here. Most decliners are the previous generation of the same model family, which is what healthy replacement looks like in download data rather than a sign of a problem.

Do Likes Tell You Anything?

Not about usage. Likes measure attention, and the gap between attention and use on this list is large enough to be worth a section.

ModelLikes30-day downloadsRank by downloadsTask
moonshotai/Kimi-K310,2481,308,186#89image-text-to-text
deepseek-ai/DeepSeek-V4-Pro5,3921,561,291#84text-generation
sentence-transformers/all-MiniLM-L6-v25,186248,935,735#1sentence-similarity
bigscience/bloom5,0330#272text-generation
openai/gpt-oss-20b4,8848,229,095#16text-generation
zai-org/GLM-5.24,8822,430,330#58text-generation
baidu/Unlimited-OCR3,9412,836,694#45image-text-to-text
google/gemma-4-31B-it3,46911,028,273#9image-text-to-text
Jackrong/Qwen3.5-27B-Claude-4.6-Opus-Reasoning-Distilled2,9290#280image-text-to-text
MiniMaxAI/MiniMax-H32,8610#275image-text-to-video

moonshotai/Kimi-K3 is the most-liked model at 10,248 likes, and ranks #89 by downloads with 1,308,186 in 30 days. The list has 171,360 likes in total, and they cluster on frontier-scale releases that most people admire and few people can actually run.

That is not a criticism of likes. It just means they answer “what is exciting” while downloads answer “what is deployed”. Both are in the tables so you can read either.

Are These Models Maintained?

Better than any of the extension or plugin ecosystems we track. The median model here was updated 28 days ago, 165 of 300 (55%) within 30 days, 243 within 90, and only one model has gone more than a year, the oldest at 377 days.

There is a caveat about what “updated” means on the Hub. A model’s last-modified date changes when anything in the repository changes, which includes a README edit or a new quantization variant, not only new weights. So read it as a signal that somebody is still paying attention to the repo, not that the model itself was retrained.

For comparison, in our AI Chrome extensions report fifteen extensions with real user bases had gone over a year without an update. Model publishing has a healthier maintenance culture, probably because a model repo is a research artefact with a reputation attached.

Best Hugging Face Models by Task

Nobody needs “the best model”. They need an embedding model, or an OCR model, or something that transcribes audio. Each group below is the top six by quality score within that task, with downloads, likes and licence alongside.

Best embedding and retrieval models

These turn text into vectors for semantic search, RAG pipelines, and re-ranking. They are small, unglamorous, and by download volume they are the most used models on the entire Hub.

25 models in this group, 487,105,326 downloads in the last 30 days (55.5% of the total).

Model30-day downloadsLikesLicenceQuality score
ibm-research/MoLFormer-XL-both-10pct265,11436apache-2.096/100
zeroentropy/zerank-2-reranker358,636109apache-2.091/100
nvidia/Nemotron-3-Embed-1B-BF16467,453129other90/100
sentence-transformers/all-MiniLM-L6-v2248,935,7355,186apache-2.089/100
Qwen/Qwen3-VL-Embedding-8B2,206,090468apache-2.089/100
nvidia/llama-nemotron-embed-1b-v2810,12361other88/100

Best vision and multimodal models

Vision-language models that handle image understanding, visual question answering, OCR, and multimodal chat in a single model. This is the most crowded category on the list.

118 models in this group, 174,618,155 downloads in the last 30 days (19.9% of the total).

Model30-day downloadsLikesLicenceQuality score
google/gemma-4-E2B-it4,002,947874apache-2.097/100
unsloth/Qwen3.6-27B-NVFP43,635,371267apache-2.095/100
cyankiwi/Qwen3.6-27B-AWQ-INT42,515,205102apache-2.095/100
baidu/Unlimited-OCR2,836,6943,941mit94/100
google/gemma-4-31B-it-qat-w4a16-ct2,238,00454apache-2.094/100
Qwen/Qwen3.5-9B12,159,6841,794apache-2.093/100

Best text generation and chat models

The models behind most chat assistants and text-completion tools built on Hugging Face, including the open-weight releases people actually deploy rather than only benchmark.

72 models in this group, 99,263,688 downloads in the last 30 days (11.3% of the total).

Model30-day downloadsLikesLicenceQuality score
nvidia/Qwen3.6-35B-A3B-NVFP410,696,241539apache-2.095/100
farbodtavakkoli/OTel-2.0-LLM-31B-IT3,688,2858apache-2.093/100
prism-ml/Bonsai-27B-gguf2,650,023744apache-2.093/100
cyankiwi/Qwen3-Coder-30B-A3B-Instruct-AWQ-4bit615,12756apache-2.093/100
LiquidAI/LFM2.5-1.2B-Instruct555,431647other93/100
cyankiwi/GLM-4.7-Flash-AWQ-4bit498,19856mit93/100

Best tabular, time-series and robotics models

An emerging mix of forecasting and robotics foundation models. Tiny by model count and punching far above its weight on downloads.

4 models in this group, 42,004,898 downloads in the last 30 days (4.8% of the total).

Model30-day downloadsLikesLicenceQuality score
amazon/chronos-231,142,302393apache-2.098/100
autogluon/chronos-210,712,79448apache-2.095/100
Datadog/Toto-Open-Base-1.0149,802142apache-2.084/100
nvidia/Alpamayo-R1-10B0427openmdw-1.179/100

Other notable models

Models whose Hugging Face task tag does not map cleanly onto the groups above, including reinforcement learning, depth estimation, and unclassified releases.

43 models in this group, 37,477,369 downloads in the last 30 days (4.3% of the total).

Model30-day downloadsLikesLicenceQuality score
Comfy-Org/Wan_2.2_ComfyUI_Repackaged5,483,689828none92/100
Comfy-Org/Qwen-Image-Edit_ComfyUI873,011453apache-2.092/100
kernels-community/flash-attn3470,53648bsd-3-clause91/100
biohub/ESMFold2462,32450mit91/100
fastino/gliner2-large-v1449,91691apache-2.090/100
nvidia/Cosmos3-Nano313,164331other90/100

Best speech and audio models

Transcription, text-to-speech, and audio classification. Speech recognition in particular has quietly become one of the most reliably downloaded categories on the Hub.

26 models in this group, 32,042,609 downloads in the last 30 days (3.6% of the total).

Model30-day downloadsLikesLicenceQuality score
nvidia/parakeet-tdt-0.6b-v2671,0341,532cc-by-4.094/100
nvidia/nemotron-3.5-asr-streaming-0.6b1,052,7741,002other92/100
handy-computer/nemotron-3.5-asr-streaming-0.6b-gguf1,945,9493other91/100
handy-computer/parakeet-unified-en-0.6b-gguf1,787,7903cc-by-4.091/100
distil-whisper/distil-large-v31,612,178378mit91/100
pnnbao-ump/VieNeu-TTS-v3-Turbo343,30347apache-2.090/100

Best text classification models

Sentiment, masked-token prediction, named-entity tagging, and safety classification. Old-fashioned by 2026 standards and still doing enormous amounts of production work.

10 models in this group, 4,931,215 downloads in the last 30 days (0.6% of the total).

Model30-day downloadsLikesLicenceQuality score
protectai/deberta-v3-base-prompt-injection-v2293,535112apache-2.093/100
vinai/phobert-base162,28571mit87/100
biohub/ESMC-6B2,059,68424mit85/100
openai/privacy-filter516,0421,718apache-2.085/100
protectai/unbiased-toxic-roberta-onnx159,8497apache-2.085/100
SamLowe/roberta-base-go_emotions904,023685mit84/100

Best image generation models

Text-to-image generation. A small category here by count, because most image-generation traffic sits with a handful of well-known checkpoints and their community fine-tunes.

2 models in this group, 787,676 downloads in the last 30 days (0.1% of the total).

Model30-day downloadsLikesLicenceQuality score
wikeeyang/Flux2-Klein-9B-True-V2787,676182other91/100
LoliRimuru/moeFussion0294creativeml-openrail-m79/100

The Full List: All 300 Hugging Face Models Ranked

Every ranked model, ordered by quality score, with the inputs shown so you can check the arithmetic. Downloads are as reported by the Hub API. Click any model to open its official Hugging Face page and model card.

#ModelPublisherTask30-day downloadsAll-timeLikesUpdatedLicenceQuality
1amazon/chronos-2amazontime-series-forecasting31,142,302134,067,4143932026-06-05apache-2.098
2google/gemma-4-E2B-itgoogleany-to-any4,002,94713,707,0858742026-07-20apache-2.097
3ibm-research/MoLFormer-XL-both-10pctibm-researchfeature-extraction265,1148,820,616362026-07-23apache-2.096
4autogluon/chronos-2autogluontime-series-forecasting10,712,79459,928,012482026-06-05apache-2.095
5nvidia/Qwen3.6-35B-A3B-NVFP4nvidiatext-generation10,696,24120,355,5595392026-06-12apache-2.095
6unsloth/Qwen3.6-27B-NVFP4unslothimage-text-to-text3,635,3715,738,1752672026-07-12apache-2.095
7cyankiwi/Qwen3.6-27B-AWQ-INT4cyankiwiimage-text-to-text2,515,2056,480,2111022026-07-21apache-2.095
8baidu/Unlimited-OCRbaiduimage-text-to-text2,836,6944,073,6633,9412026-07-29mit94
9google/gemma-4-31B-it-qat-w4a16-ctgoogleimage-text-to-text2,238,0043,569,149542026-07-20apache-2.094
10nvidia/parakeet-tdt-0.6b-v2nvidiaautomatic-speech-recognition671,03411,258,3431,5322026-06-29cc-by-4.094
11Qwen/Qwen3.5-9BQwenimage-text-to-text12,159,68446,017,5661,7942026-03-02apache-2.093
12farbodtavakkoli/OTel-2.0-LLM-31B-ITfarbodtavakkolitext-generation3,688,2853,688,28582026-08-03apache-2.093
13datalab-to/chandra-ocr-2datalab-toimage-text-to-text2,891,1597,465,9654682026-06-26openrail93
14prism-ml/Bonsai-27B-ggufprism-mltext-generation2,650,0232,650,0297442026-07-17apache-2.093
15DavidAU/Qwen3.6-27B-Fable-Fusion-711-Uncensored-Heretic-NM-DAU-NEO-MAX-MTP-GGUFDavidAUimage-text-to-text2,217,3392,217,3391,6752026-08-05apache-2.093
16unsloth/Qwen3.6-35B-A3B-NVFP4unslothimage-text-to-text1,998,9332,449,7811072026-07-12apache-2.093
17PaddlePaddle/PP-DocLayoutV3_safetensorsPaddlePaddleobject-detection789,6632,404,543382026-07-08apache-2.093
18cyankiwi/Qwen3-Coder-30B-A3B-Instruct-AWQ-4bitcyankiwitext-generation615,1272,574,356562026-07-21apache-2.093
19LiquidAI/LFM2.5-1.2B-InstructLiquidAItext-generation555,4312,133,0466472026-08-05other93
20cyankiwi/GLM-4.7-Flash-AWQ-4bitcyankiwitext-generation498,1982,302,932562026-07-21mit93
21protectai/deberta-v3-base-prompt-injection-v2protectaitext-classification293,5355,914,8641122026-07-09apache-2.093
22Comfy-Org/Wan_2.2_ComfyUI_RepackagedComfy-Orgother5,483,68977,389,4018282026-07-03none92
23zai-org/GLM-OCRzai-orgimage-text-to-text3,591,07928,293,9431,9712026-05-19mit92
24zai-org/GLM-5.2zai-orgtext-generation2,430,3302,790,3704,8822026-07-02mit92
25nvidia/nemotron-3.5-asr-streaming-0.6bnvidiaautomatic-speech-recognition1,052,7741,285,9761,0022026-08-05other92
26Comfy-Org/Qwen-Image-Edit_ComfyUIComfy-Orgother873,0119,415,3004532026-07-01apache-2.092
27openbmb/MiniCPM-o-4_5openbmbany-to-any819,7021,712,7871,4582026-08-03apache-2.092
28deepseek-ai/DeepSeek-V4-Flash-0731deepseek-aitext-generation702,709702,7092,7092026-08-01mit92
29LilaRest/gemma-4-31B-it-NVFP4-turboLilaResttext-generation633,8971,560,4653032026-07-18apache-2.092
30unsloth/gemma-4-E4B-it-unsloth-bnb-4bitunslothimage-text-to-text555,7021,587,292222026-07-17apache-2.092
31Qwen/Qwen3.6-27B-FP8Qwenimage-text-to-text7,757,90624,051,2243422026-04-24apache-2.091
32Qwen/Qwen3.6-27BQwenimage-text-to-text6,779,07920,025,4072,1922026-04-24apache-2.091
33nvidia/Gemma-4-31B-IT-NVFP4nvidiatext-generation2,582,1219,518,9755482026-07-13other91
34handy-computer/nemotron-3.5-asr-streaming-0.6b-ggufhandy-computerautomatic-speech-recognition1,945,9492,488,98232026-06-29other91
35handy-computer/parakeet-unified-en-0.6b-ggufhandy-computerautomatic-speech-recognition1,787,7902,258,24632026-06-28cc-by-4.091
36nvidia/Qwen3.6-27B-NVFP4nvidiatext-generation1,746,1682,486,7364202026-06-30apache-2.091
37nvidia/GLM-5.2-NVFP4nvidiatext-generation1,678,6032,294,1443062026-06-26mit91
38distil-whisper/distil-large-v3distil-whisperautomatic-speech-recognition1,612,17819,509,0973782026-04-21mit91
39h2oai/h2ovl-mississippi-2bh2oaitext-generation1,207,5659,183,037432026-07-16apache-2.091
40wikeeyang/Flux2-Klein-9B-True-V2wikeeyangtext-to-image787,6761,100,3451822026-07-13other91
41prism-ml/Ternary-Bonsai-27B-ggufprism-mltext-generation784,092784,1001,1712026-07-18apache-2.091
42google/gemma-4-12B-it-qat-q4_0-unquantizedgoogleany-to-any565,821856,412722026-07-20apache-2.091
43google/gemma-4-E4B-it-qat-w4a16-ctgoogleany-to-any496,833855,605142026-07-20apache-2.091
44kernels-community/flash-attn3kernels-communityother470,5362,467,518482026-06-27bsd-3-clause91
45biohub/ESMFold2biohubother462,324847,590502026-07-28mit91
46XiaomiMiMo/MiMo-V2.5XiaomiMiMotext-generation405,348952,7643892026-07-09mit91
47cyankiwi/Qwen3-VL-8B-Instruct-AWQ-4bitcyankiwiimage-text-to-text405,1961,043,333162026-07-21apache-2.091
48zeroentropy/zerank-2-rerankerzeroentropytext-ranking358,636790,1211092026-07-24apache-2.091
49cyankiwi/gemma-4-E4B-it-AWQ-INT4cyankiwiany-to-any301,788802,38442026-07-21apache-2.091
50datalab-to/surya-ocr-2datalab-toimage-text-to-text1,235,6921,721,444902026-05-27openrail90
51h2oai/h2ovl-mississippi-800mh2oaitext-generation1,217,6408,905,522402026-07-16apache-2.090
52openbmb/MiniCPM5-1Bopenbmbtext-generation927,6471,437,5871,0372026-05-26apache-2.090
53prism-ml/Bonsai-27B-mlx-1bitprism-mltext-generation664,420664,4362042026-07-14apache-2.090
54maci0/Qwopus3.6-27B-Coder-NVFP4maci0image-text-to-text557,539573,22332026-08-04apache-2.090
55empero-ai/Qwythos-9B-v2-GGUFempero-aiimage-text-to-text502,950502,9502352026-07-12apache-2.090
56nvidia/Nemotron-3-Embed-1B-BF16nvidiasentence-similarity467,453470,7371292026-08-06other90
57fastino/gliner2-large-v1fastinoother449,9161,784,107912026-05-19apache-2.090
58allenai/Olmo-3-7B-Instructallenaitext-generation429,4852,244,5821412026-06-25apache-2.090
59pnnbao-ump/VieNeu-TTS-v3-Turbopnnbao-umptext-to-speech343,303561,054472026-07-11apache-2.090
60nvidia/Cosmos3-Nanonvidiaother313,164576,4553312026-07-09other90
61unsloth/gemma-4-E4B-it-qat-GGUFunslothany-to-any285,969555,6291512026-07-17apache-2.090
62sentence-transformers/all-MiniLM-L6-v2sentence-transformerssentence-similarity248,935,7353,515,354,3835,1862026-06-01apache-2.089
63google/gemma-4-12B-itgoogleany-to-any2,963,9906,655,2371,4072026-07-20apache-2.089
64nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-NVFP4nvidiatext-generation2,742,6768,491,3444152026-05-01other89
65Qwen/Qwen3-VL-Embedding-8BQwensentence-similarity2,206,0908,310,7254682026-04-16apache-2.089
66deepseek-ai/DeepSeek-V4-Prodeepseek-aitext-generation1,561,2919,594,8775,3922026-06-22mit89
67Bahushruth/Qwen3.6-35B-A3B-abliterated-v4Bahushruthtext-generation980,869982,84962026-07-03apache-2.089
68handy-computer/cohere-transcribe-03-2026-ggufhandy-computerautomatic-speech-recognition957,5141,212,68032026-06-28apache-2.089
69cyankiwi/gemma-4-12B-it-AWQ-INT4cyankiwiany-to-any523,5351,054,03282026-07-21apache-2.089
70Jackrong/Qwopus3.6-35B-A3B-Coder-MTP-GGUFJackrongimage-text-to-text479,958739,7252222026-07-09apache-2.089
71google/gemma-4-31B-itgoogleimage-text-to-text11,028,27345,741,1533,4692026-07-20apache-2.088
72Qwen/Qwen3.6-35B-A3B-FP8Qwenimage-text-to-text8,821,88225,420,0393412026-04-24apache-2.088
73google/gemma-4-E4B-itgoogleany-to-any5,295,85024,602,5081,4542026-07-20apache-2.088
74Comfy-Org/z_image_turboComfy-Orgother5,138,96228,100,4038022026-07-02none88
75Qwen/Qwen3.5-2BQwenimage-text-to-text2,636,09710,436,2243512026-03-02apache-2.088
76Qwen/Qwen3.5-122B-A10BQwenimage-text-to-text2,138,8026,094,6116052026-04-24apache-2.088
77nvidia/Kimi-K2.7-Code-NVFP4nvidiatext-generation915,103917,66892026-07-06other88
78nvidia/llama-nemotron-embed-1b-v2nvidiafeature-extraction810,1233,351,540612026-05-20other88
79handy-computer/parakeet-tdt-0.6b-v3-ggufhandy-computerautomatic-speech-recognition604,725730,34812026-06-28cc-by-4.088
80deepseek-ai/DeepSeek-V4-Flash-DSparkdeepseek-aitext-generation564,628681,9412472026-07-04mit88
81nvidia/MiniMax-M3-NVFP4nvidiatext-generation542,672662,597752026-06-26other88
82handy-computer/whisper-medium-ggufhandy-computerautomatic-speech-recognition503,504621,78502026-06-28apache-2.088
83AngelSlim/Hy3-GGUFAngelSlimtext-generation446,433446,4331792026-07-21apache-2.088
84poolside/Laguna-S-2.1-NVFP4poolsidetext-generation425,357425,4251762026-08-01openmdw-1.188
85nvidia/Nemotron-Labs-Diffusion-8B-Basenvidiatext-generation413,0392,880,67272026-06-03other88
86MongoDB/mdbr-leaf-irMongoDBsentence-similarity384,372534,937662026-07-20apache-2.088
87palmfuture/Qwen3.6-35B-A3B-GPTQ-Int4palmfutureimage-text-to-text239,755989,341292026-07-05apache-2.088
88ibm-granite/granite-4.1-8bibm-granitetext-generation4,213,9805,108,4732462026-05-04apache-2.087
89Qwen/Qwen3-Reranker-4BQwentext-ranking2,720,6609,060,7911512026-04-16apache-2.087
90google/diffusiongemma-26B-A4B-itgoogleimage-text-to-text1,952,1563,911,3251,1622026-07-15apache-2.087
91jhgan/ko-sroberta-multitaskjhgansentence-similarity1,733,08122,549,1621502026-06-16none87
92nm-testing/SmolLM-1.7B-Instruct-quantized.w4a16nm-testingtext-generation1,431,1314,399,46302026-07-22apache-2.087
93unsloth/gemma-4-26B-A4B-it-GGUFunslothimage-text-to-text1,329,6739,642,7521,0342026-07-17apache-2.087
94moonshotai/Kimi-K3moonshotaiimage-text-to-text1,308,1861,308,24210,2482026-07-27other87
95nvidia/DeepSeek-V4-Flash-NVFP4nvidiatext-generation957,1681,706,813942026-06-15mit87
96Lorbus/Qwen3.6-27B-int4-AutoRoundLorbusimage-text-to-text885,0823,772,7591302026-04-22apache-2.087
97nvidia/NVIDIA-Nemotron-3-Nano-30B-A3B-BF16nvidiatext-generation876,8698,290,1518062026-07-23other87
98unsloth/gemma-4-E4B-it-GGUFunslothimage-text-to-text535,5564,518,8085782026-07-17apache-2.087
99unsloth/gemma-4-31B-it-GGUFunslothimage-text-to-text516,6064,249,5035642026-07-17apache-2.087
100sakamakismile/Ornith-1.0-35B-NVFP4sakamakismileimage-text-to-text472,603577,837252026-06-25mit87
101google/gemma-4-12B-it-qat-q4_0-ggufgoogleany-to-any302,630891,4222642026-07-17apache-2.087
102vinai/phobert-basevinaifill-mask162,28512,039,782712026-08-03mit87
103nomic-ai/nomic-embed-text-v1nomic-aisentence-similarity4,848,48151,948,5935802026-04-07apache-2.086
104mistralai/Voxtral-Mini-4B-Realtime-2602mistralaiautomatic-speech-recognition2,219,5348,266,2889362026-03-11apache-2.086
105RedHatAI/Qwen3.6-35B-A3B-NVFP4RedHatAIother1,865,5488,524,3261682026-07-13apache-2.086
106nvidia/parakeet-ctc-1.1bnvidiaautomatic-speech-recognition1,778,6977,727,300562026-08-05cc-by-4.086
107Kijai/LTX2.3_comfyKijaiother1,036,2726,314,1315732026-07-28other86
108circlestone-labs/Animacirclestone-labsother798,0253,544,8072,0262026-07-24other86
109Synaptics/yoloSynapticsother470,3101,616,70802026-05-11agpl-3.086
110Lightricks/LTX-2Lightricksimage-to-video407,2118,038,8601,7692026-08-04other86
111nomic-ai/nomic-embed-text-v1.5nomic-aisentence-similarity15,099,753133,000,2878862026-04-07apache-2.085
112google/gemma-4-26B-A4B-itgoogleimage-text-to-text10,976,59447,144,6201,3602026-07-20apache-2.085
113sentence-transformers/all-MiniLM-L12-v2sentence-transformerssentence-similarity3,356,459247,572,3183252026-03-31apache-2.085
114jinaai/jina-embeddings-v3jinaaifeature-extraction3,061,38077,354,0131,1522026-04-08cc-by-nc-4.085
115biohub/ESMC-6Bbiohubfill-mask2,059,6844,310,718242026-06-03mit85
116Qwen/Qwen3.5-122B-A10B-FP8Qwenimage-text-to-text1,231,3765,452,4421122026-04-24apache-2.085
117nvidia/Nemotron-3-Nano-Omni-30B-A3B-Reasoning-FP8nvidiaany-to-any1,112,5431,429,166612026-05-05other85
118litert-community/gemma-4-E2B-it-litert-lmlitert-communityother1,088,4243,846,2253862026-07-10apache-2.085
119iitolstykh/mivolo_v2iitolstykhother904,86123,268,094322026-03-11apache-2.085
120Qwen/Qwen3.5-0.8B-BaseQwenimage-text-to-text846,9081,719,432912026-04-23apache-2.085
121sakamakismile/Qwen3.6-27B-Text-NVFP4-MTPsakamakismiletext-generation693,5312,169,124802026-04-29apache-2.085
122Qwen/Qwen3-VL-Reranker-2BQwentext-ranking580,4532,162,4882122026-04-16apache-2.085
123Qwen/Qwen3.5-122B-A10B-GPTQ-Int4Qwenimage-text-to-text555,0551,550,717462026-04-24apache-2.085
124openai/privacy-filteropenaitoken-classification516,0421,359,8911,7182026-04-22apache-2.085
125protectai/unbiased-toxic-roberta-onnxprotectaitoken-classification159,8491,268,51572026-07-09apache-2.085
126bigscience/bloombigsciencetext-generation04,862,6255,0332026-07-29bigscience-bloom-rail-1.085
127intfloat/multilingual-e5-smallintfloatsentence-similarity14,804,48195,158,8003802026-04-02mit84
128RedHatAI/gemma-4-31B-it-FP8-blockRedHatAIimage-text-to-text4,500,0329,174,208442026-07-30apache-2.084
129ornith-ai/Ornith-1.0-35B-GGUFornith-aitext-generation3,384,1484,326,1131,0172026-07-18mit84
130Comfy-Org/MiniMax-H3Comfy-Orgother3,139,9203,139,9208922026-08-06other84
131Qwen/Qwen3.5-0.8BQwenimage-text-to-text2,906,49614,511,2496532026-03-02apache-2.084
132Qwen/Qwen3-Reranker-0.6BQwentext-ranking2,774,84414,637,8493872026-04-16apache-2.084
133deepseek-ai/DeepSeek-V4-Flashdeepseek-aitext-generation2,577,9759,504,0492,0552026-06-22mit84
134google/gemma-4-31B-it-assistantgoogleany-to-any1,246,7642,708,9813162026-07-15apache-2.084
135SamLowe/roberta-base-go_emotionsSamLowetext-classification904,02397,748,9936852026-05-13mit84
136Qwen/Qwen3.5-397B-A17B-FP8Qwenimage-text-to-text825,0005,251,9581822026-04-24apache-2.084
137cyankiwi/Qwen3.5-4B-AWQ-4bitcyankiwiimage-text-to-text751,9642,983,188182026-07-21apache-2.084
138nvidia/NVIDIA-Nemotron-3-Nano-30B-A3B-FP8nvidiatext-generation566,1526,557,9113562026-03-15other84
139lightonai/LightOnOCR-2-1Blightonaiimage-text-to-text500,6082,872,1887892026-07-08apache-2.084
140unsloth/Qwen3.6-35B-A3B-NVFP4-Fastunslothimage-text-to-text447,417447,417972026-07-12apache-2.084
141cyankiwi/GLM-5.2-AWQ-INT4cyankiwitext-generation395,948433,482142026-07-28mit84
142zai-org/GLM-4.1V-9B-Thinkingzai-orgimage-text-to-text389,4724,507,4967842026-07-22mit84
143swiss-ai/Apertus-8B-Instruct-2509swiss-aitext-generation374,4782,933,9994842026-07-17apache-2.084
144litert-community/gemma-4-E4B-it-litert-lmlitert-communityother371,2611,550,4981872026-08-07apache-2.084
145bosonai/higgs-tts-3-4bbosonaitext-to-speech337,589528,4387012026-07-09other84
146protectai/xlm-roberta-base-language-detection-onnxprotectaitext-classification156,8191,027,69762026-07-09mit84
147cyankiwi/Qwen3-VL-4B-Instruct-AWQ-4bitcyankiwiimage-text-to-text154,3361,287,52192026-07-21apache-2.084
148Datadog/Toto-Open-Base-1.0Datadogtime-series-forecasting149,8029,997,7661422026-05-14apache-2.084
149LiquidAI/LFM2-1.2BLiquidAItext-generation03,000,4973632026-08-05other84
150intfloat/multilingual-e5-baseintfloatsentence-similarity6,865,36554,404,2443792026-04-02mit83
151ibm-granite/granite-embedding-small-english-r2ibm-granitefeature-extraction3,740,58515,042,484752026-01-21apache-2.083
152Qwen/Qwen3-ASR-1.7BQwenautomatic-speech-recognition2,568,54110,528,0739922026-01-30apache-2.083
153ResembleAI/chatterboxResembleAItext-to-speech2,320,25319,248,0651,7272026-06-10mit83
154Lightricks/LTX-2.3Lightricksimage-to-video1,785,82610,173,1671,7692026-08-02other83
155Comfy-Org/Qwen-Image_ComfyUIComfy-Orgother1,492,74021,998,7994622026-06-06apache-2.083
156lmstudio-community/gemma-4-E4B-it-MLX-4bitlmstudio-communityany-to-any1,183,2733,716,653222026-07-23apache-2.083
157lmstudio-community/gemma-4-E4B-it-MLX-8bitlmstudio-communityany-to-any1,146,9183,580,52382026-07-23apache-2.083
158lmstudio-community/gemma-4-E4B-it-MLX-5bitlmstudio-communityany-to-any1,146,7203,219,41102026-07-23apache-2.083
159lmstudio-community/gemma-4-E4B-it-MLX-6bitlmstudio-communityany-to-any1,141,7833,527,33632026-07-23apache-2.083
160vcruz305/Hy3-GGUFvcruz305text-generation879,149891,172182026-07-14apache-2.083
161microsoft/phi-4microsofttext-generation663,98913,379,8012,2862026-07-14mit83
162lmstudio-community/gemma-4-12B-it-QAT-GGUFlmstudio-communityother509,1301,336,074132026-07-20apache-2.083
163Kijai/WanVideo_comfy_fp8_scaledKijaiother481,6587,797,7177252026-06-13apache-2.083
164microsoft/Mage-VLmicrosoftimage-text-to-text456,140456,1402982026-08-06apache-2.083
165unsloth/gemma-4-E2B-it-GGUFunslothimage-text-to-text434,8933,664,1712802026-07-17apache-2.083
166nvidia/Qwen3.5-397B-A17B-NVFP4nvidiatext-generation338,5082,799,4041052026-06-30apache-2.083
167lmstudio-community/gemma-4-E2B-it-MLX-4bitlmstudio-communityany-to-any205,523622,86812026-07-23apache-2.083
168lmstudio-community/gemma-4-E2B-it-MLX-8bitlmstudio-communityany-to-any197,619589,78612026-07-23apache-2.083
169lmstudio-community/gemma-4-E2B-it-MLX-6bitlmstudio-communityany-to-any196,527582,40702026-07-23apache-2.083
170lmstudio-community/gemma-4-E2B-it-MLX-5bitlmstudio-communityany-to-any196,524498,18002026-07-23apache-2.083
171google/gemma-4-E2Bgoogleany-to-any01,931,2824212026-07-15apache-2.083
172sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2sentence-transformerssentence-similarity57,173,935536,808,1431,3402026-01-28apache-2.082
173openai/gpt-oss-20bopenaitext-generation8,229,09588,239,1034,8842025-08-26apache-2.082
174Qwen/Qwen3.5-4BQwenimage-text-to-text6,547,54634,614,1707962026-03-02apache-2.082
175ornith-ai/Ornith-1.0-9B-GGUFornith-aitext-generation4,567,5535,443,3846142026-06-25mit82
176google/gemma-4-12B-it-qat-w4a16-ctgoogleany-to-any1,586,3524,096,559502026-07-20apache-2.082
177google/gemma-4-31Bgoogleimage-text-to-text722,8922,641,8014912026-07-15apache-2.082
178nvidia/llama-nemotron-rerank-1b-v2nvidiatext-ranking678,9772,032,326592026-05-20other82
179HauhauCS/Qwen3.5-9B-Uncensored-HauhauCS-AggressiveHauhauCSother477,8423,739,5771,8612026-06-05apache-2.082
180cyankiwi/Qwen3.6-27B-AWQ-BF16-INT4cyankiwiimage-text-to-text422,4901,436,851412026-07-21apache-2.082
181DeepBeepMeep/Wan2.1DeepBeepMeepother384,7283,885,780462026-07-29none82
182bosonai/higgs-tts-2-3b-basebosonaitext-to-speech377,4193,836,5106942026-06-25other82
183GnLOLot/MiniCPM5-1B-Claude-Opus-Fable5-Thinking-GGUFGnLOLottext-generation347,087349,0653232026-07-13apache-2.082
184nvidia/parakeet-tdt-0.6b-v3nvidiaautomatic-speech-recognition280,0751,786,3711,0332026-08-05cc-by-4.082
185baidu/Qianfan-OCRbaiduimage-text-to-text269,3091,264,1441,1952026-04-29apache-2.082
186unsloth/gemma-4-12B-it-qat-GGUFunslothany-to-any254,266805,2333972026-07-17apache-2.082
187z-lab/Qwen3.6-35B-A3B-DFlashz-labtext-generation223,304556,3242862026-06-19apache-2.082
188mistralai/Ministral-3-14B-Instruct-2512mistralaiother210,2931,814,4953122026-07-15apache-2.082
189lmstudio-community/gemma-4-26B-A4B-it-MLX-4bitlmstudio-communityimage-text-to-text160,854697,63492026-07-23apache-2.082
190lmstudio-community/gemma-4-26B-A4B-it-MLX-6bitlmstudio-communityimage-text-to-text153,743552,71712026-07-23apache-2.082
191MiniMaxAI/MiniMax-H3MiniMaxAIimage-text-to-video018,1122,8612026-08-06other82
192Jackrong/Qwen3.5-9B-Claude-4.6-Opus-Reasoning-Distilled-GGUFJackrongimage-text-to-text01,372,3883472026-07-09apache-2.082
193ctheodoris/Geneformerctheodorisfill-mask04,087,1573052026-05-26apache-2.082
194farbodtavakkoli/OTel-LLM-E4B-ITfarbodtavakkolitext-generation3,992,6197,486,95402026-06-23apache-2.081
195ornith-ai/Ornith-1.0-35Bornith-aitext-generation2,652,0663,189,3154722026-06-25mit81
196Qwen/Qwen3.5-27BQwenimage-text-to-text2,563,43815,912,3741,0282026-04-24apache-2.081
197Qwen/Qwen3-TTS-12Hz-1.7B-BaseQwenother2,558,56712,976,1064742026-01-23apache-2.081
198ornith-ai/Ornith-1.0-9Bornith-aitext-generation2,264,0742,566,6995092026-06-25mit81
199docling-project/docling-layout-herondocling-projectother1,731,62511,270,237502026-02-09apache-2.081
200QuantTrio/Qwen3.6-35B-A3B-AWQQuantTrioimage-text-to-text1,079,5343,121,917322026-04-17apache-2.081
201unsloth/Qwen3.5-9B-GGUFunslothimage-text-to-text986,0976,179,4268162026-03-02apache-2.081
202unsloth/Qwen3.6-35B-A3B-GGUFunslothimage-text-to-text868,9306,170,7231,4912026-04-20apache-2.081
203lmstudio-community/gemma-4-E4B-it-GGUFlmstudio-communityother624,5274,229,848602026-07-20apache-2.081
204handy-computer/Voxtral-Mini-4B-Realtime-2602-ggufhandy-computerautomatic-speech-recognition410,798533,54412026-06-28apache-2.081
205coolthor/Huihui-Qwen3.6-35B-A3B-abliterated-FP8-DYNAMICcoolthorimage-text-to-text401,736406,61742026-07-30apache-2.081
206mlx-community/gpt-oss-20b-MXFP4-Q8mlx-communitytext-generation338,5047,109,499842026-03-19apache-2.081
207LiquidAI/LFM2.5-1.2B-Instruct-GGUFLiquidAItext-generation214,513958,9222052026-08-05other81
208lmstudio-community/gemma-4-26B-A4B-it-MLX-8bitlmstudio-communityimage-text-to-text155,898626,01132026-07-23apache-2.081
209lmstudio-community/gemma-4-26B-A4B-it-MLX-5bitlmstudio-communityimage-text-to-text152,914440,44402026-07-23apache-2.081
210XiaomiMiMo/MiMo-V2-FlashXiaomiMiMotext-generation01,054,1667482026-07-09mit81
211nyralabs/CrisperWhispernyralabsautomatic-speech-recognition0962,5513412026-07-22cc-by-nc-4.081
212cross-encoder/ms-marco-MiniLM-L4-v2cross-encodertext-ranking10,365,34956,637,623272025-08-29apache-2.080
213MahmoudAshraf/mms-300m-1130-forced-alignerMahmoudAshrafautomatic-speech-recognition2,331,16472,737,626962026-04-15cc-by-nc-4.080
214Qwen/Qwen3.5-35B-A3BQwenimage-text-to-text2,302,14315,898,9741,4822026-04-24apache-2.080
215nvidia/Gemma-4-26B-A4B-NVFP4nvidiatext-generation1,455,0365,309,3051262026-05-11apache-2.080
216RedHatAI/gemma-4-31B-it-NVFP4RedHatAIimage-text-to-text1,200,9791,961,242572026-07-30apache-2.080
217kingabzpro/wav2vec2-large-xls-r-300m-Urdukingabzproautomatic-speech-recognition861,11213,582,639142026-06-24apache-2.080
218cyankiwi/Qwen3-30B-A3B-Instruct-2507-AWQ-4bitcyankiwitext-generation704,5772,283,297322026-07-21apache-2.080
219prism-ml/Ternary-Bonsai-27B-mlx-2bitprism-mltext-generation662,839662,8451682026-07-14apache-2.080
220unsloth/gemma-4-12b-it-GGUFunslothimage-text-to-text576,0712,227,0647882026-07-17apache-2.080
221Qwen/Qwen3.5-397B-A17BQwenimage-text-to-text389,9575,049,7061,5482026-04-24apache-2.080
222biohub/ESMFold2-Experimental-Fastbiohubother283,861499,54202026-07-28mit80
223handy-computer/whisper-large-v3-turbo-ggufhandy-computerautomatic-speech-recognition281,652355,96512026-07-21apache-2.080
224biohub/ESMFold2-Experimental-Fast-Cutoff2025biohubother256,796469,55402026-07-28mit80
225lmstudio-community/gemma-4-26B-A4B-it-QAT-GGUFlmstudio-communityother223,046578,307132026-07-20apache-2.080
226Jackrong/Qwen3.5-27B-Claude-4.6-Opus-Reasoning-DistilledJackrongimage-text-to-text01,248,6862,9292026-07-07apache-2.080
227thinkingmachines/Inklingthinkingmachinesimage-text-to-text076,0731,6972026-07-23apache-2.080
228PaddlePaddle/PaddleOCR-VLPaddlePaddleimage-text-to-text0180,8271,6412026-08-05apache-2.080
229Alissonerdx/BFS-Best-Face-SwapAlissonerdximage-to-image0594,0147492026-07-30mit80
230PaddlePaddle/PaddleOCR-VL-1.5PaddlePaddleimage-text-to-text0565,8726592026-07-10apache-2.080
231Jackrong/Qwen3.5-27B-Claude-4.6-Opus-Reasoning-Distilled-v2-GGUFJackrongimage-text-to-text0656,3226132026-07-09apache-2.080
232nvidia/Nemotron-Cascade-2-30B-A3Bnvidiatext-generation0513,8065222026-07-09other80
233numind/NuMarkdown-8B-Thinkingnumindimage-to-text01,959,2894932026-06-05mit80
234naver-hyperclovax/HyperCLOVAX-SEED-Think-32Bnaver-hyperclovaxtext-generation0616,0754032026-07-14other80
235Jackrong/Qwopus3.6-27B-v2-MTP-GGUFJackrongimage-text-to-text0472,1713892026-07-09apache-2.080
236nvidia/canary-1b-flashnvidiaautomatic-speech-recognition02,076,5602782026-06-29cc-by-4.080
237numind/NuExtract-1.5numindtext-generation01,414,7812472026-05-19mit80
238Qwen/Qwen3-Embedding-0.6BQwenfeature-extraction9,026,70575,202,9281,1382026-04-20apache-2.079
239argmaxinc/whisperkit-coremlargmaxincautomatic-speech-recognition8,174,91257,693,2311992026-04-24none79
240zai-org/GLM-5.2-FP8zai-orgtext-generation2,368,6044,689,4142482026-07-02mit79
241Kijai/WanVideo_comfyKijaiother1,730,68969,406,6092,4692026-06-13none79
242ornith-ai/Ornith-1.0-35B-FP8ornith-aitext-generation879,7261,068,455812026-06-26mit79
243openbmb/MiniCPM-V-4.6openbmbimage-text-to-text874,5962,493,9761,1752026-07-01apache-2.079
244PaddlePaddle/PaddleOCR-VL-1.6-GGUFPaddlePaddleother684,4031,563,892532026-06-10apache-2.079
245lmstudio-community/Qwen3.5-9B-MLX-8bitlmstudio-communityimage-text-to-text567,9181,406,46412026-06-02apache-2.079
246fastino/gliner2-base-v1fastinoother494,2682,557,435962026-05-19apache-2.079
247google/gemma-4-E2B-it-qat-w4a16-ctgoogleany-to-any458,156939,31482026-07-20apache-2.079
248Abiray/Minimax-H3-nvfp4-INT4-INT8-ConvrotAbirayimage-text-to-video452,420452,4201212026-08-06other79
249intfloat/e5-mistral-7b-instructintfloatfeature-extraction419,9117,282,9035692026-04-02mit79
250ibm-granite/granite-speech-4.1-2bibm-graniteautomatic-speech-recognition402,3201,585,6271582026-06-12apache-2.079
251DavidAU/Qwen3.5-9B-The-Defiant-Fable-Uncensored-Heretic-NEO-IMATRIX-MAX-MTP-GGUFDavidAUimage-text-to-text342,556342,5562982026-08-07apache-2.079
252LuffyTheFox/Qwen3.6-35B-A3B-Uncensored-Genesis-Hermes-V7-GGUFLuffyTheFoximage-text-to-text332,992332,9924162026-08-06apache-2.079
253lmstudio-community/gemma-4-31B-it-QAT-GGUFlmstudio-communityother201,674526,32772026-07-20apache-2.079
254mistralai/Ministral-3-3B-Instruct-2512-BF16mistralaiother175,812589,240342026-07-15apache-2.079
255lmstudio-community/gemma-4-12B-it-GGUFlmstudio-communityother172,193788,016252026-07-20apache-2.079
256LiquidAI/LFM2.5-8B-A1BLiquidAItext-generation170,464412,7377042026-08-04other79
257ibm-granite/granite-vision-4.1-4bibm-graniteimage-text-to-text166,894559,2001002026-07-13apache-2.079
258mistralai/Mistral-Small-4-119B-2603mistralaiother163,102541,8824122026-07-15apache-2.079
259lj1995/VoiceConversionWebUIlj1995other001,2072026-08-01mit79
260maya-research/maya1maya-researchtext-to-speech0340,5518912026-07-11apache-2.079
261nvidia/Alpamayo-R1-10Bnvidiarobotics0322,5104272026-08-04openmdw-1.179
262LiquidAI/LFM2.5-350MLiquidAItext-generation0401,7923932026-08-05other79
263LiquidAI/LFM2-8B-A1BLiquidAItext-generation0392,2623712026-08-05other79
264mistralai/Devstral-2-123B-Instruct-2512mistralaiother0321,8233302026-07-15other79
265poolside/Laguna-XS.2poolsidetext-generation0389,5923192026-07-14apache-2.079
266LoliRimuru/moeFussionLoliRimurutext-to-image0359,8362942026-07-14creativeml-openrail-m79
267Jackrong/Qwen3.5-9B-DeepSeek-V4-Flash-GGUFJackrongimage-text-to-text01,010,1292932026-07-04apache-2.079
268cross-encoder/ms-marco-MiniLM-L6-v2cross-encodertext-ranking85,315,799437,122,5102972025-08-29apache-2.078
269sentence-transformers/paraphrase-multilingual-mpnet-base-v2sentence-transformerssentence-similarity11,111,585118,348,6374862025-08-19apache-2.078
270Qwen/Qwen3-32BQwentext-generation7,645,70250,072,6027282025-07-26apache-2.078
271Qwen/Qwen3.6-35B-A3BQwenimage-text-to-text5,592,70721,935,3742,6432026-04-24apache-2.078
272cyankiwi/gemma-4-26B-A4B-it-AWQ-4bitcyankiwiimage-text-to-text3,331,39816,906,437912026-07-21apache-2.078
273lmstudio-community/Qwen3.6-27B-MLX-8bitlmstudio-communityimage-text-to-text917,5992,361,265142026-06-02apache-2.078
274lmstudio-community/Qwen3.6-27B-MLX-6bitlmstudio-communityimage-text-to-text846,5152,181,39122026-06-02apache-2.078
275lmstudio-community/gemma-4-26B-A4B-it-QAT-MLX-4bitlmstudio-communityimage-text-to-text844,7242,309,592122026-07-23apache-2.078
276lmstudio-community/Qwen3.6-27B-MLX-5bitlmstudio-communityimage-text-to-text832,5492,157,68502026-06-02apache-2.078
277ornith-ai/Ornith-1.0-397B-FP8ornith-aitext-generation615,913781,8011802026-06-25mit78
278nvidia/NVIDIA-Nemotron-3-Ultra-550B-A55B-BF16nvidiatext-generation493,863672,6363052026-06-10other78
279typhoon-ai/typhoon2.5-qwen3-4btyphoon-aitext-generation457,450701,69562026-06-11apache-2.078
280speakleash/Bielik-11B-v3.0-Instructspeakleashtext-generation448,6692,448,700832026-07-01apache-2.078
281bartowski/Qwen_Qwen3.6-35B-A3B-GGUFbartowskiimage-text-to-text427,072896,0021392026-05-20apache-2.078
282Qwen/Qwen3.5-9B-BaseQwenimage-text-to-text408,4241,129,344972026-04-23apache-2.078
283cyankiwi/Devstral-Small-2-24B-Instruct-2512-AWQ-4bitcyankiwiother388,0371,067,610142026-07-21apache-2.078
284SulphurAI/Sulphur-2-baseSulphurAItext-to-video386,0642,941,3691,9682026-08-05none78
285typhoon-ai/typhoon-ocr-3btyphoon-aiimage-text-to-text366,065757,20192026-06-11apache-2.078
286gravitee-io/bert-small-pii-detectiongravitee-iotoken-classification349,330693,02462026-05-21apache-2.078
287tabularisai/multilingual-sentiment-analysistabularisaitext-classification329,6485,913,8533932026-07-31cc-by-nc-4.078
288cyankiwi/Qwen3.5-9B-AWQ-4bitcyankiwiimage-text-to-text287,4822,748,553352026-07-21apache-2.078
289AtlasCloud/DeepSeek-V4-Flash-0731-FP8-DSparkAtlasCloudother276,723276,72332026-07-31mit78
290GnLOLot/MiniCPM5-1B-Claude-Opus-Fable5-V2-Thinking-GGUFGnLOLottext-generation269,077269,0771822026-07-13apache-2.078
291unsloth/inkling-GGUFunslothimage-text-to-text252,998252,9981332026-07-16apache-2.078
292google/tipsv2-so400m14googlezero-shot-image-classification252,567268,820182026-07-28apache-2.078
293droplychee/droplychee-1.0-27bdroplycheeimage-text-to-text252,417252,41722026-08-05apache-2.078
294answerdotai/answerai-colbert-small-v1answerdotaiother250,94855,222,3611602026-02-14apache-2.078
295thinkingmachines/Inkling-NVFP4thinkingmachinesimage-text-to-text246,280246,280862026-07-30apache-2.078
296unsloth/Kimi-K3-GGUFunslothimage-text-to-text245,703245,7033262026-08-07other78
297google/gemma-4-26B-A4B-it-assistantgoogleany-to-any244,012815,0711742026-07-15apache-2.078
298OpenMOSS-Team/MOSS-Transcribe-DiarizeOpenMOSS-Teamaudio-text-to-text219,772222,1653662026-07-31apache-2.078
299cyankiwi/gemma-4-26B-A4B-it-qat-AWQ-INT4cyankiwiimage-text-to-text216,971296,12282026-07-21apache-2.078
300unsloth/Ornith-1.0-35B-GGUFunslothtext-generation204,529204,5291332026-07-18mit78

How to use a Hugging Face model

Every model on this list can be loaded directly with the transformers library, using AutoModel.from_pretrained(“org/model-id”), or downloaded standalone with huggingface_hub’s snapshot_download. Click a model’s name to open its official Hugging Face page, where the model card documents exact usage, required libraries, and any license terms you need to accept first.

A short checklist before you commit to one in production:

  1. Check the licence on the model card, not the tag. 7 models here state none at all, and “other” covers custom terms.
  2. Prefer downloads over likes for infrastructure choices. The most-liked model on this list is #89 by downloads.
  3. Check the last-modified date, remembering it moves on README edits too.
  4. Match the format to your hardware. 41% of this list exists because the original weights did not fit somewhere; a GGUF or AWQ build may be what you actually want.
  5. Watch for gated models if you are automating downloads, since they need terms accepted first.

What This Data Says About the Hugging Face Hub

Five conclusions, all checkable against the tables above:

  1. The Hub runs on embeddings. 25 Embeddings & Retrieval models take 55.5% of downloads, roughly 13x the downloads per model of the most crowded category.
  2. Downloads are a defaults game. One compact model from years ago holds 28.3% of all downloads, because it is what the tutorials use.
  3. Attention and use are different axes. The most-liked model ranks #89 by downloads.
  4. A large slice of the ecosystem is repackaging, not new models. 41% of the list is quantized or converted re-uploads.
  5. Licensing is mostly settled and occasionally hazardous. 80% permissive, but 7 with no licence stated is the group that can actually cause you a problem.

“The number that reframed this for me is that one small embedding model from a few years ago pulls more downloads than every image generator, speech model and classifier on the list combined. Everyone argues about which chat model is best. Meanwhile the thing quietly running in production is a tiny sentence-transformer that got written into a tutorial once and never got replaced. If you want to know what an ecosystem actually depends on, count what it downloads, not what it upvotes.”
Alston Antony, founder of zplatform.ai and Senior Digital Marketing Manager at Brainstorm Force

Building AI into a product rather than picking a model? Our MCP servers directory ranks the connectors that let assistants act on real systems. For AI inside your site, see the best AI WordPress plugins, which carries a full CVE audit. For AI in the browser, the AI Chrome extensions and AI Firefox add-ons reports use the same data-first approach. More roundups sit in best AI tools.

Frequently Asked Questions

What are the best Hugging Face models?

By composite quality score the leader is amazon/chronos-2 at 98/100, and by raw downloads it is sentence-transformers/all-MiniLM-L6-v2 with 248,935,735 in 30 days. Which matters depends on the job: downloads indicate a proven, safe default, while the quality score weighs maintenance, growth and licensing alongside adoption. Both full rankings are above.

Hugging Face’s trending view surfaces short-term spikes. This list weighs sustained adoption, how actively a model is maintained, and whether it is properly licensed, so it favours models genuinely in use over models briefly in the news. Hugging Face’s internal trending score is deliberately excluded from the ranking because its scale is not documented.

Are Hugging Face models free to use?

Most are. 80% of this list is Apache-2.0 or MIT, which permits commercial use with minimal conditions. But 7 models state no licence, which means no permission has been granted, and five are explicitly non-commercial. Always read the model card before shipping.

How many models are on the Hugging Face Hub?

Well over a million, the overwhelming majority of which are never downloaded by anyone but their author. This report ranks the 300 that clear an adoption floor of at least 1,000 downloads in 30 days or 50 likes, as of 7 August 2026.

What is the most downloaded Hugging Face model?

sentence-transformers/all-MiniLM-L6-v2, a sentence-similarity model, with 248,935,735 downloads in the last 30 days, which is 28.3% of all downloads across this list. It is a small embedding model rather than a chat model, because embedding models get pulled into every build of every search and RAG pipeline that uses them.

How often is this list updated?

The dataset is rebuilt from the Hugging Face Hub API and republished here, with the pull date shown at the top. Growth figures compare each model against a stored snapshot from roughly 30 days earlier, so they depend on that history being kept rather than on any single refresh.

Methodology and How to Cite This Data

Source: the free, public Hugging Face Hub API, which supplies downloads (30-day and all-time), likes, licence, author, gated status, task tag and last-modified date for every model, plus 5 retained snapshots used to compute the 30-day download trend.

Sample: 300 models, 878,230,936 downloads in 30 days, 7,461,254,367 all-time, 171,360 likes, 105 publishers, 8 task groups, 12 distinct licences.

Ranking formula: Quality Score = 40% adoption (downloads and likes, log-scaled) + 25% maintenance (how recently updated) + 20% growth (30-day downloads trend) + 15% trust (a stated licence, an identified author, and not being access-gated).

Inclusion: automatic, with an adoption floor of at least 1,000 downloads in the last 30 days or at least 50 likes. No hand-picking, and no model pays for placement.

Stated limitations: because of the adoption floor, quality scores sit in a narrow 78 to 98 band and should be read as an ordering within an already-filtered set. Growth is null for 66 models too new to have 30-day history, and those are scored neutrally rather than penalised. The Hub’s last-modified date moves on any repository change, including documentation, so it indicates attention rather than retraining. Hugging Face’s own trending score is reported by the API but excluded from the ranking because its scale is undocumented.

Cite as: zplatform.ai, “Best Hugging Face Models: The Complete Ranked List,” data pulled 7 August 2026.

Every number here traces to a row in the tables above, which is the point of publishing the formula next to the ranking. The best Hugging Face model for you depends on the task and the licence you can live with, and you should be able to check my working rather than take my word for it.

Table of Contents