parakeet-tdt-0.6b-v2

parakeet‑tdt‑0.6b‑v2 is a 600‑million‑parameter automatic‑speech‑recognition (ASR) model built on NVIDIA’s FastConformer encoder combined with a Transducer‑TDT

nvidia 261K downloads mit Speech Recognition
Frameworkspytorch
Languagesen
Datasetsnvidia/Granarynvidia/nemo-asr-set-3.0
Tagsnemoautomatic-speech-recognitionspeechaudioTransducerTDTFastConformerConformer
Downloads
261K
License
mit
Pipeline
Speech Recognition
Author
nvidia

Run parakeet-tdt-0.6b-v2 locally on a Q4KM hard drive

Accelerate your deployment with a Q4KM hard‑drive pre‑loaded with parakeet‑tdt‑0.6b‑v2 . Get instant access to the model, its dependencies, and optimized inference scripts—ready for on‑premise or...

Shop Q4KM Drives

Technical Overview

parakeet‑tdt‑0.6b‑v2 is a 600‑million‑parameter automatic‑speech‑recognition (ASR) model built on NVIDIA’s FastConformer encoder combined with a Transducer‑TDT decoder. The model is designed for high‑quality English transcription and can process audio segments up to 24 minutes in a single pass thanks to its full‑attention training regime. It outputs not only the raw transcript but also word‑level timestamps, punctuation, and capitalization, making it ready for downstream tasks such as subtitle generation, voice‑assistant command parsing, and searchable audio archives.

Key features and capabilities

  • Word‑level timestamp prediction with sub‑second accuracy.
  • Automatic punctuation and capitalization – no post‑processing required.
  • Robust handling of spoken numbers, dates, and song lyrics.
  • Supports up to 24 minutes of continuous audio per inference pass.
  • Real‑time factor (RTF) of 3380 on the HF‑Open‑ASR leaderboard (batch size = 128).

Architecture highlights

  • FastConformer encoder – a lightweight Conformer variant that replaces the quadratic self‑attention of classic Transformers with a linear‑complexity attention mechanism, preserving accuracy while cutting latency.
  • TDT (Transducer‑Decoder‑Transformer) decoder – merges the strengths of RNN‑Transducer alignment with a Transformer‑style decoder, enabling fast, streaming‑compatible inference without sacrificing word‑level alignment.
  • PyTorch + NeMo – the model is implemented in NVIDIA’s NeMo toolkit, allowing seamless integration with existing PyTorch pipelines and easy fine‑tuning.
  • Full‑attention training – unlike many streaming models that use chunked attention, this model is trained on full‑utterance attention, which improves long‑range context handling.

Intended use cases

  • Transcription of meetings, webinars, and podcasts.
  • Subtitle generation for video platforms.
  • Voice‑assistant command understanding with timestamp‑based intent extraction.
  • Audio search & indexing for enterprise knowledge bases.

Benchmark Performance

For ASR models, the most informative benchmark is Word Error Rate (WER) on diverse test sets that reflect real‑world acoustic conditions. The parakeet‑tdt‑0.6b‑v2 model has been evaluated on a suite of public datasets covering clean speech, noisy meetings, and domain‑specific corpora.

  • LibriSpeech (clean) – 1.69 % WER (test set).
  • LibriSpeech (other) – 3.19 % WER.
  • GigaSpeech – 9.74 % WER.
  • AMI (Meetings test) – 11.16 % WER.
  • Earnings‑22 – 11.15 % WER.
  • SPGI Speech – 2.17 % WER.
  • TED‑LIUM‑v3 – 3.38 % WER.
  • VoxPopuli (English) – 5.95 % WER.

These results demonstrate that the model excels on clean read speech (LibriSpeech) while still maintaining competitive accuracy on noisy, multi‑speaker meeting audio (AMI) and business‑oriented earnings calls. Compared with other 0.6 B‑parameter ASR models, the FastConformer‑TDT architecture delivers a lower WER on the same test sets while offering faster inference (high RTF) and richer output (timestamps, punctuation). This makes it a strong candidate for production‑grade transcription pipelines where both speed and quality matter.


Hardware Requirements

VRAM for inference

  • The model’s checkpoint (≈ 2 GB) plus the FastConformer encoder and TDT decoder require ≈ 6 GB of GPU memory for a single‑utterance inference at batch size = 1.
  • For batch inference (e.g., batch = 128 as reported on the leaderboard), a GPU with ≥ 24 GB VRAM (such as NVIDIA A100 40 GB or RTX 4090) is recommended.

Recommended GPU specifications

  • CUDA ≥ 11.8, cuDNN ≥ 8.6.
  • GPU with Tensor Cores (e.g., NVIDIA A100, RTX 4090, RTX 6000) to exploit mixed‑precision (FP16) acceleration.
  • PCIe 4.0 or NVLink for high‑throughput data transfer when processing large batches.

CPU & storage

  • Any modern x86‑64 CPU (Intel i7 / AMD Ryzen 7 or newer) is sufficient for preprocessing and feeding audio to the GPU.
  • SSD storage (≥ 50 GB) is recommended for the model files, dataset caches, and temporary audio buffers.

Performance characteristics

  • Real‑time factor (RTF) ≈ 3380 on a batch of 128 (i.e., the model can transcribe 3380 seconds of audio per second of wall‑clock time on a high‑end GPU).
  • Latency for a single 10‑second clip is typically < 30 ms when using FP16 on an A100.

Use Cases

Primary applications

  • Meeting transcription – Accurate timestamps enable speaker‑turn detection and searchable meeting minutes.
  • Podcast & video captioning – Automatic punctuation and capitalization produce ready‑to‑publish subtitles.
  • Financial earnings‑call analysis – The model’s robustness on the Earnings‑22 dataset makes it ideal for extracting key figures and sentiment from earnings calls.
  • Voice‑assistant command parsing – Word‑level timestamps allow downstream intent‑recognition modules to isolate command phrases quickly.

Industry examples

  • Media & Entertainment – Automated caption generation for streaming platforms (Netflix, YouTube).
  • Enterprise Collaboration – Real‑time transcription in Microsoft Teams, Zoom, or Slack integrations.
  • Financial Services – Transcribing earnings calls for quantitative analysis pipelines.
  • Healthcare – Converting dictated clinical notes into structured EMR entries.

The model can be integrated via the NeMo Python API or exported to ONNX/TensorRT for low‑latency deployment on edge devices.


Training Details

Methodology

  • End‑to‑end training using the NeMo toolkit with mixed‑precision (FP16) to accelerate convergence.
  • Full‑utterance attention is applied throughout training, allowing the model to learn long‑range dependencies.
  • The TDT decoder is trained with a joint CTC‑Transducer loss, balancing alignment speed and transcription quality.

Datasets

Compute requirements

  • Training was performed on a cluster of 8 × NVIDIA A100 40 GB GPUs for roughly 4 weeks of wall‑clock time.
  • Estimated total FLOPs: ≈ 1.2 × 10¹⁵ (≈ 1.2 PF‑days).

Fine‑tuning & customization

  • The model can be fine‑tuned on domain‑specific data using the same NeMo recipes (e.g., asr_finetune.py).
  • Because the architecture is modular, you may replace the encoder with a larger Conformer or swap the TDT decoder for a pure Transducer if your use case demands lower latency.

Licensing Information

The model is released under the Creative Commons Attribution 4.0 International (CC‑BY‑4.0) license. This permissive license grants you the right to:

  • Use the model for both commercial and non‑commercial purposes.
  • Modify, adapt, or fine‑tune the model on your own data.
  • Distribute the original model or derivative works, provided you give appropriate credit to NVIDIA.

Restrictions – The license does not impose any patent or trademark restrictions beyond the standard CC‑BY terms. You must retain the attribution notice in any public distribution or publication that includes the model.

Because the license is explicit about commercial use, you can integrate parakeet‑tdt‑0.6b‑v2 into SaaS products, call‑center analytics, or any revenue‑generating service without seeking additional permission from NVIDIA, as long as you comply with the attribution requirement.


Pre-loaded AI models. Ready to run.

Skip the downloads. Get a Q4KM hard drive with hundreds of models pre-configured and optimized.

Shop Q4KM Hard Drives