Gemma 4 wins HF breakout week

Gemma 4 wins HF breakout week

This week’s Hugging Face breakout screen is led by Google Gemma 4, the clearest commercially usable general-purpose model family in the Jul 6–13 window. The draft separates shippable candidates from license-limited or hardware-bound models, with specific caveats for NuExtract3, Audex, Krea identity-edit, Kimi NVFP4, Qwythos, Sulphur-2-base, and openPangu-2.0-Pro.

From Jul 6 09:28 to Jul 13 09:00 PT, the Hugging Face breakout screen has one clean general-purpose winner: Google Gemma 4. Google DeepMind released five Gemma 4 open-weight sizes on Hugging Face on Jul 2, and the family reached roughly 2.77M downloads across its first 11 days with Apache 2.0 licensing across the set. 1
The rest of the week is a license and deployment filter. NuExtract3 has the biggest non-LLM download number, but its commercial status needs confirmation. 2 Cohere's Arabic speech model and NVIDIA's streaming automatic speech recognition (ASR) model are commercially usable audio picks, while Audex is research-only because NVIDIA released it under a non-commercial license. 3 4 5

Quick scan

ModelModalityTraction signalLicense / commercial useBuilder action
google/gemma-4 familyLLM / multimodalFive sizes shipped on Jul 2: E2B, E4B, 12B Unified, 26B A4B, and 31B Dense; the family reached about 2.77M Hugging Face downloads across 11 days. 1Apache 2.0; commercial use allowed. 1Put it first in the eval queue if you need a permissive local or self-hosted multimodal model.
numind/NuExtract3Document understanding / VLMNuExtract3 is a 5B visual-language reasoning model for document-to-Markdown conversion and structured extraction, with 1,157,568 monthly downloads. 2License needs confirmation before commercial use. 2Benchmark it for document automation, but do not make it a paid-product dependency until the license is explicit.
bottlecapai/ThinkingCap-Qwen3.6-27BLLM / reasoning efficiencyBottleCapAI fine-tuned Qwen3.6-27B to cut out-of-domain thinking tokens by 45.8%, while accuracy moved from 81.5% to 80.7%. 6Apache 2.0 through the Qwen3.6-27B base; commercial use allowed. 6Test it if reasoning-token cost or latency is a product constraint.
CohereLabs/cohere-transcribe-arabic-07-2026Automatic speech recognitionCohere released the 2B Arabic ASR model on Jul 7; it reached 11,647 monthly downloads in six days and ranked first on the Open Universal Arabic ASR Leaderboard with 25.87 average word error rate (WER). 3Apache 2.0; commercial use allowed. 3Strongest clean pick this week for Arabic transcription, dialect support, or call-center workflows.
nvidia/nemotron-3.5-asr-streaming-0.6bStreaming ASRNVIDIA's 600M FastConformer-RNNT ASR model supports 40 language or regional variants and reached 289,000 monthly downloads. 4OpenMDW 1.1; commercial use allowed. 4Treat it as a high-traction ASR option, not a brand-new model release.
nvidia/Kimi-K2.7-Code-NVFP4LLM / quantized coding modelNVIDIA released the NVFP4 quantization of Kimi-K2.7-Code on Jul 6; the model card reports 1T total parameters, 32B activated parameters, 256K context, and 59,004 monthly downloads. 7NVIDIA Open Model License plus Modified MIT from the Kimi base; commercial use appears allowed under those terms. 7Useful only if your inference stack is already built around Blackwell GPUs and vLLM.
nvidia/Nemotron-Labs-Audex-2BUnified audio-text LLMNVIDIA released Audex-2B on Hugging Face on Jul 6 after a Jul 5 arXiv paper; the model handles audio understanding, ASR, speech translation, TTS, audio generation, and speech dialogue. 5NVIDIA Oneway Noncommercial License; commercial use is not allowed. 5Research and prototyping only; skip for revenue-generating products.
conradlocke/krea2-identity-editImage editing / low-rank adaptation (LoRA)The Krea-2 identity-edit LoRA added instruction-based identity-preserving image editing and reached 165 Hugging Face likes around its v1.1 update. 8Krea 2 Community License; commercial use is limited to users and affiliated entities under $1M annual revenue. 8Indie-friendly below the revenue cap; not a safe default for venture-scale image products.

Models to evaluate now

Gemma 4 is the broadest commercial candidate because it combines a permissive license, multiple sizes, and multimodal inputs. The 12B Unified model is the most interesting architecture bet: Google DeepMind says it removes dedicated vision and audio encoders, then projects raw image patches and audio waveforms directly into the language-model embedding space through lightweight linear layers. 1
For a small team, that matters more than another leaderboard claim. A single family now covers small effective-parameter models, a 12B encoder-free multimodal model, a 26B A4B mixture-of-experts model, and a 31B dense model under the same Apache 2.0 umbrella. 1 9 10 That gives builders a practical ladder: prototype on the smaller variants, then move up only if the task needs more reasoning or multimodal capacity.
ThinkingCap is narrower but actionable. BottleCapAI says the fine-tune was designed to preserve Qwen3.6-27B's answer quality and style while making it more token-efficient, and the model card reports a 45.8% average reduction in thinking tokens with a 0.8 percentage-point accuracy drop across out-of-domain benchmarks. 6 If your app pays for long reasoning traces, the relevant test is not only answer quality. The relevant test is whether shorter traces lower latency or inference cost without damaging your own task eval.
Cohere's Arabic ASR model is the cleanest new audio opportunity. The model card describes a 2B Conformer encoder-decoder model optimized for Arabic, Arabic dialects, English, and Arabic-English mixed speech. 3 Apache 2.0 makes the licensing easy, and the Open Universal Arabic ASR Leaderboard result gives teams a starting benchmark for Arabic transcription products. 3
Nemotron 3.5 ASR is not a fresh Jul 6 launch, but it belongs in the commercial audio shortlist. NVIDIA says the 600M streaming model can handle 240 concurrent streams at 80 ms latency on a single H100 GPU, compared with 14 streams for traditional buffered streaming inference. 4 That is a unit-economics claim worth testing if your product lives in live captions, meeting transcription, or voice-agent input.

Useful, but not clean defaults

NuExtract3 has the document-automation pull. The model card positions it for structured JSON extraction and image-to-Markdown conversion, and the current monthly download count is high enough to justify an evaluation pass. 2 The commercial decision should wait until the model page states license terms clearly. A document-ingestion startup should not build customer workflows on a model whose rights are still unresolved.
Kimi-K2.7-Code-NVFP4 is a deployment variant, not a new base model. NVIDIA's card says the quantization targets Blackwell GPUs, uses NVIDIA Model Optimizer v0.44.0, and runs through vLLM with tensor parallelism. 7 NVIDIA reports NVFP4 performance close to or slightly above INT4 baselines on SciCode, τ²-Bench Telecom, Terminal Bench 2.1, and SWE-bench Verified. 7 The builder question is simple: if you do not operate Blackwell inference, this is not where to spend the week.
Krea-2 identity-edit is useful for a smaller class of image products. The LoRA supports instruction-based edits that preserve a person or subject while changing scene, style, or local details. 8 The catch is the Krea 2 commercial threshold: the license allows commercial use only while the user and affiliated entities stay below $1M in annual revenue. 8 That can work for indie tools and creator workflows, but it is a bad foundation for a company planning to grow past the cap.
Audex is technically broad and commercially blocked. NVIDIA describes Audex-2B as a unified audio-text LLM, and the larger Audex-30B-A3B variant uses a 30B total-parameter, 3B-active mixture-of-experts (MoE) architecture with a 1M-token context window. 5 11 Both Audex releases use NVIDIA's Oneway Noncommercial License, so they should stay in research, demos, or competitive monitoring. 5 11

Carry-over risk checks

Three carry-over names should not be upgraded into commercial picks. Qwythos remains a legal-review item because its model card describes training on Claude Mythos and Claude Fable traces, even though the page lists Apache 2.0. 12 Sulphur-2-base remains out of commercial recommendations because the model page did not provide a clear license. 13 openPangu-2.0-Pro is also excluded until an official Pro model appears on Hugging Face; community previews are not a substitute for the promised official release.
The practical order for this week is: start with Gemma 4 if you want a general open-weight platform, test Cohere Arabic ASR or Nemotron ASR if speech is your product surface, and evaluate ThinkingCap if reasoning-token cost shows up in your margins. NuExtract3, Krea identity-edit, Kimi NVFP4, and Audex all have useful signals, but each one carries a specific blocker that should be resolved before it becomes production infrastructure.
Cover image: Gemma 4 banner from google/gemma-4-12B.

Related content

  • Sign in to comment.
More from this channel