Nvidia's New Open Model Figures Out Who Said What in a Crowd

Nemotron 3 Diarization tracks up to eight speakers at once, ranks first on an independent benchmark, and is free to download. Here is what it does and why it matters.

AI2Day NewsdeskEditor: Lee Brown4 min read
A large circular conference table viewed from directly above, eight empty chairs evenly spaced around it, each with a small glowing microphone in front of it, s
Share

Key points

  • Nvidia's Nemotron 3 Diarization, a 100-million-parameter open-weight model, ranked first among 12 systems on Voice Arena's Diarization-Bench, scoring a 14.72% diarization error rate across 139 real English conversations.
  • The next-best system scored 19.3%, a gap that held whether evaluators allowed a 100-millisecond boundary tolerance or none at all.
  • The model handles up to eight speakers across live and pre-recorded audio, and is published on Hugging Face for anyone to download.
  • Nvidia's previous Sortformer model topped out at four speakers; this release doubles that ceiling and improves accuracy.

Imagine reading a transcript of a two-hour board meeting where every word is correct but nobody is labelled. You can't tell who made the promise, who raised the objection, or who went quiet. That gap is the problem speaker diarization, a technology that identifies which person spoke at which moment, exists to close.

Nvidia published Nemotron 3 Diarization this week through Hugging Face, the open-source AI model platform. The model is free to download, weighs 100 million parameters (small by current standards, which makes it fast), and was built for two situations: live conversations and recordings processed after the fact.

How well does it actually work?

On Voice Arena's Diarization-Bench, an independent leaderboard that tested 12 systems across 139 real English conversations, Nemotron 3 came first. Its diarization error rate, a score that penalises missed speech and wrong speaker labels, was 14.72%. The next system scored 19.3%. That gap held for both in-person and video-call recordings. Voice Arena notes the leaderboard is still in its Version 1 phase, so rankings could shift as more systems are added.

Training data is worth a mention. Nvidia supplemented public speech datasets with licensed real-world conversations from a company called David AI. Adding that material cut the compound error rate by 0.77 percentage points, a modest but measurable improvement the Hugging Face model card credits directly.

What can ordinary users and developers do with this?

The model produces timestamps, not words. It tells you that Speaker 1 talked from second 4 to second 17, then Speaker 3 cut in. A separate speech-recognition system converts the audio to text, and the two outputs get stitched together to produce a labelled transcript. Developers building meeting-summary tools or call-centre analytics platforms would combine the two.

Up to eight speakers are supported. The labels are anonymous: the model knows a new voice appeared, not whose voice it is. Connecting a label to a real person requires a second step, such as matching timestamps against a sign-in list or running a speaker-verification check.

For live use, the model offers four latency settings. The lowest buffers just 0.32 seconds of audio before producing a result. Lower latency means faster response; more buffering generally means fewer mistakes. Developers choose based on what their application needs.

That Nvidia published the model openly, rather than locking it behind a cloud service, is the detail worth watching. Open weights mean any developer, anywhere, can build on this without paying per call. This is the third Nemotron release we've covered since 16 July 2026, and it's the first that moves squarely into speech software rather than text or reasoning tasks, a sign the company's open-model ambitions are broader than most people assumed.

Should you worry about the privacy angle?

The model itself assigns only anonymous labels. It doesn't record, store or transmit audio. Privacy risk sits with whoever builds the application on top, not with the model. That said, any tool that segments voices from a crowd recording can be misused, and developers should check local laws before deploying speaker diarization in sensitive settings.

Common questions

Does this model transcribe speech into text?

No. Nemotron 3 Diarization only identifies who spoke and when. A separate speech-recognition tool converts the audio to words; the two outputs are combined to produce a labelled transcript.

Is this free to use?

The model weights are published openly on Hugging Face, which means developers can download and run it at no charge. Deploying it at scale still requires computing hardware, which has its own costs.

Can it identify a specific person by voice?

No. The model assigns anonymous labels such as "Speaker 1" and "Speaker 2". Connecting those labels to real identities requires an additional step that the developer or application must provide.

© 2026 AI2Day