AIAny
AI Audio2026
Icon for item

Nemotron 3 Diarization

Performs speaker diarization (who spoke when) for live and recorded audio using an open-weight, 100M-parameter streaming-capable model that supports up to eight anonymous speaker channels, overlapping speech, chunked processing, and configurable latency for ASR integration.

Introduction

Real-time, multi-speaker diarization is a practical bottleneck for meeting transcription and streaming ASR because overlapping speech and changing participant sets break simple segmentation pipelines. Nemotron 3 Diarization reduces that friction by producing stable, arrival-ordered anonymous speaker channels that can be directly combined with ASR outputs or mapped to known identities by downstream logic.

Key Capabilities
  • Arrival-order speaker channels: resolves permutation by ordering channels by each speaker's first appearance, which keeps generic labels stable across chunks and simplifies downstream mapping to identities.
  • Streaming + offline modes: supports chunked processing with configurable input-buffer latency (configurations down to ~0.32s recommended; low-latency options exist) and no fixed maximum duration when chunking is used.
  • Architecture & outputs: 31-layer Transformer encoder (RoPE), 10 ms Mel frames stacked to an 80 ms encoder rate, Conv1D upsampling, and a default float tensor output shaped [T, 8] giving per-frame speaker activity probabilities (one frame per 10 ms by default).
  • Practical integration: available through NVIDIA NeMo and Hugging Face Transformers, runnable on NVIDIA GPU platforms and with a lightweight NeMo-Speech.cpp runtime for local inference; intended for commercial use under the OpenMDW 1.1 license.
Who it's for — and tradeoffs

Great fit if you need speaker-attributed transcripts or speaker timestamps for meetings, calls, podcasts or streaming ASR, especially when overlapping speech and online/low-latency operation matter. It’s also appropriate when you want a single open-weight model that supports up to eight anonymous channels and straightforward integration with NeMo/Transformers.

Look elsewhere if you require speaker identity (this model outputs anonymous channels that must be linked to identities separately), need a tiny on-device CPU-only solution (best performance assumes NVIDIA GPU acceleration and Linux), or require a license incompatible with OpenMDW 1.1. Also test carefully on your domain data: training mixes include large amounts of simulated and licensed commercial recordings, so performance and privacy considerations depend on your dataset and deployment context.

Information

  • Websitehuggingface.co
  • OrganizationsNVIDIA, NVIDIA NeMo Speech
  • Published date2026/09/23

More Items

Hugging Face
AI Audio2026

Performs low-latency streaming speech-to-text, emitting one token per selectable 80/120/160 ms clock with configurable transcription delay and a 30s rolling KV cache for unlimited 24/7 transcription. Bilingual (zh/en) and includes semantic VAD.

Hugging Face
AI Model2026

Generates complete UI, poster and infographic layouts from text prompts, rendering legible in-image text and producing native RGBA output with transparent backgrounds. Suited for text-rich visual design workflows and pairs with a companion model that decomposes designs into editable layers.

Hugging Face
AI Model2026

GGUF-format, quantized (Q4_K_M) and refusal-ablated (Heretic) text encoder build for Qwen-Image-2.1, supplied with a separate f16 vision mmproj so the full multimodal pipeline runs on llama.cpp/ComfyUI (Mac/non-CUDA friendly); multiple formats and quantizations included.