Be a part of our every day and weekly newsletters for the newest updates and unique content material on industry-leading AI protection. Study Extra
Nvidia has turn into one of the crucial priceless corporations on this planet lately because of the inventory market noticing how a lot demand there’s for graphics processing models (GPUs), the highly effective chips Nvidia makes which can be used to render graphics in video video games but in addition, more and more, prepare AI massive language and diffusion fashions.
However Nvidia does excess of simply make {hardware}, after all, and the software program to run it. Because the generative AI period wears on, the Santa Clara-based firm has additionally been steadily releasing an increasing number of of its personal AI fashions — principally open supply and free for researchers and builders to take, obtain, modify and use commercially — and the newest amongst them is Parakeet-TDT-0.6B-v2, an automated speech recognition (ASR) mannequin that may, in the phrases of Hugging Face’s Vaibhav “VB” Srivastav, “transcribe 60 minutes of audio in 1 second [mind blown emoji].”
That is the brand new era of the Parakeet mannequin Nvidia first unveiled again in January 2024 and up to date once more in April of that 12 months, however this model two is so highly effective, it at the moment tops the Hugging Face Open ASR Leaderboard with a mean “Phrase Error Price” (instances the mannequin incorrectly transcribes a spoken phrase) of simply 6.05% (out of 100).
To place that in perspective, it nears proprietary transcription fashions akin to OpenAI’s GPT-4o-transcribe (with a WER of two.46% in English) and ElevenLabs Scribe (3.3%).
And it’s providing all this whereas remaining freely accessible beneath a commercially permissive Artistic Commons CC-BY-4.0 license, making it a gorgeous proposition for industrial enterprises and indie builders trying to construct speech recognition and transcription companies into their paid purposes.
Efficiency and benchmark standing
The mannequin boasts 600 million parameters and leverages a mix of the FastConformer encoder and TDT decoder architectures.
It’s able to transcribing an hour of audio in only one second, supplied it’s operating on Nvidia’s GPU-accelerated {hardware}.
The efficiency benchmark is measured at an RTFx (Actual-Time Issue) of 3386.02 with a batch measurement of 128, putting it on the high of present ASR benchmarks maintained by Hugging Face.
Use instances and availability
Launched globally on Could 1, 2025, Parakeet-TDT-0.6B-v2 is geared toward builders, researchers, and {industry} groups constructing purposes akin to transcription companies, voice assistants, subtitle turbines, and conversational AI platforms.
The mannequin helps punctuation, capitalization, and detailed word-level timestamping, providing a full transcription package deal for a variety of speech-to-text wants.
Entry and deployment
Builders can deploy the mannequin utilizing Nvidia’s NeMo toolkit. The setup course of is suitable with Python and PyTorch, and the mannequin can be utilized immediately or fine-tuned for domain-specific duties.
The open-source license (CC-BY-4.0) additionally permits for industrial use, making it interesting to startups and enterprises alike.
Coaching information and mannequin improvement
Parakeet-TDT-0.6B-v2 was educated on a various and large-scale corpus referred to as the Granary dataset. This consists of round 120,000 hours of English audio, composed of 10,000 hours of high-quality human-transcribed information and 110,000 hours of pseudo-labeled speech.
Sources vary from well-known datasets like LibriSpeech and Mozilla Frequent Voice to YouTube-Commons and Librilight.
Nvidia plans to make the Granary dataset publicly accessible following its presentation at Interspeech 2025.
Analysis and robustness
The mannequin was evaluated throughout a number of English-language ASR benchmarks, together with AMI, Earnings22, GigaSpeech, and SPGISpeech, and confirmed robust generalization efficiency. It stays strong beneath diversified noise circumstances and performs properly even with telephony-style audio codecs, with solely modest degradation at decrease signal-to-noise ratios.
{Hardware} compatibility and effectivity
Parakeet-TDT-0.6B-v2 is optimized for Nvidia GPU environments, supporting {hardware} such because the A100, H100, T4, and V100 boards.
Whereas high-end GPUs maximize efficiency, the mannequin can nonetheless be loaded on techniques with as little as 2GB of RAM, permitting for broader deployment eventualities.
Moral concerns and accountable use
NVIDIA notes that the mannequin was developed with out using private information and adheres to its accountable AI framework.
Though no particular measures have been taken to mitigate demographic bias, the mannequin handed inside high quality requirements and consists of detailed documentation on its coaching course of, dataset provenance, and privateness compliance.
The discharge drew consideration from the machine studying and open-source communities, particularly after being publicly highlighted on social media. Commentators famous the mannequin’s capability to outperform industrial ASR options whereas remaining totally open supply and commercially usable.
Builders interested by attempting the mannequin can entry it by way of Hugging Face or by Nvidia’s NeMo toolkit. Set up directions, demo scripts, and integration steering are available to facilitate experimentation and deployment.