AIAny
AI Model2026
Icon for item

NVIDIA-Nemotron-Labs-3-Puzzle-75B-A9B-NVFP4

Deployment-optimized hybrid MoE LLM (75B total / 9.3B active) produced via Iterative Puzzle compression and Multi-Token Prediction to double server throughput and raise single-GPU concurrency; designed for multilingual reasoning, long-context generation, and high-volume agentic/chat deployments.

Introduction

Why this matters

Many production teams face a trade-off: keep a very large MoE model for peak accuracy, or compress it for feasible, high-throughput serving. This model targets the middle ground — preserving Nemotron‑3‑Super’s reasoning and long-context strengths while cutting the active inference budget and improving real-world throughput and concurrency.

Key Capabilities
  • Architecture and scale: hybrid Mamba2‑Transformer LatentMoE design; compressed from ~120.7B total / 12.8B active to 75.3B total / 9.3B active parameters.
  • Inference optimizations: Iterative Puzzle compression + knowledge distillation + RL recovery + post-training quantization (NVFP4 for Blackwell, FP8 for Hopper) and continued MTP training to raise speculative decoding efficiency.
  • Performance outcomes: ~2× higher server throughput on a single 8×B200 node at matched user-throughput constraints and sustainable 1M-token single‑H100 concurrency rising from 1 to 8 requests in tested configs.
  • Reasoning & capabilities: retains strong scores across reasoning, coding, multilingual and long-context benchmarks (examples: MMLU-Pro ~82, long-context RULER @1M ~93.2).
  • Operational features: Multi-Token Prediction (MTP) support, up to 1M token context (default HF config: 256k), recommended runtime engines include vLLM and Hugging Face Transformers with trust_remote_code enabled.
Who it's for and trade-offs

Great fit if:

  • You need a high-quality reasoning/chat model that is tuned for interactive, high-concurrency serving and long contexts (RAG, agents, multi-turn technical assistants).
  • Your infra targets NVIDIA GPUs (Blackwell/Hopper/H100) and you can use NVFP4/FP8 optimized checkpoints and vLLM or optimized TF runtimes.

Look elsewhere if:

  • You require a fully open permissive license (this uses OpenMDW‑1.1 which has specific governing terms).
  • Your deployment must avoid vendor-provided toolchains or trust_remote_code usage, or you cannot allocate the GPU memory needed for very long contexts at scale.
Deployment notes
  • Serving examples: vLLM serve commands and Transformers examples are provided; recommended tensor-parallel sizes and MTP speculative token settings are documented in the model card.
  • Hardware: tested on NVIDIA H100/B200 and optimized for Blackwell/Hopper microarchitectures with NVFP4/FP8 variants.
  • Safety & governance: released under OpenMDW‑1.1; NVIDIA provides safety, bias and privacy subcards and recommends V‑model testing and risk audits before commercial use.

Information

  • Websitehuggingface.co
  • OrganizationsNVIDIA, NVIDIA NeMo
  • Published date2026/07/06

Categories

More Items

Hugging Face
AI Model2026

Post-trained Qwen3.8-27B variant using the COLD FUSION (GAIN+Unsloth) tuning to reduce internal reasoning-token use and improve instruction following while keeping base capabilities. Deliverables include 256k-context-compatible GGUF quants (regular and MTP, NEO IMATRIX), vision support via an mmproj, and three reasoning-effort modes (xhigh/medium/low).

Hugging Face
AI Model2026

Converts raw ASR transcripts into clean written text: adds punctuation and capitalization, expands spoken numbers/dates/times/currencies/emails, removes fillers and resolves self-corrections. Fine-tuned from Qwen3-0.6B (≈0.6B params), 94.8% token accuracy on a 7,519-case English test set; designed for CPU/edge deployment and deterministic post-processing.

Hugging Face
AI Model2026

GGUF build of Ornith-1.5's 35B mixture-of-experts model (A3B) for local inference — activates ~3B params per token, supports up to 262,144 tokens, emits separate reasoning traces and OpenAI-style tool calls, optimized for agentic coding and long-context use cases.