CoolFace
Modelpublic

sonic-speech/parakeet-tdt-0.6b-v3

sourceHugging Facecc-by-4.0updated 7mo agoView on Hugging Face
1likes52downloads
Model Card

Parakeet TDT 0.6B v3 (MLX, BF16)

NVIDIA Parakeet TDT v3 automatic speech recognition model in MLX BF16 SafeTensors format for Apple Silicon. This is the reference BF16 checkpoint — see quantized variants for reduced memory and faster inference:

Benchmark Results (M3 Max, 64GB)

Variant Comparison

VariantSizeWER (LibriSpeech)WER (TED-LIUM)RTFxPeak Memory
BF161,254 MB0.82%15.1%73x3,002 MB
INT8755 MB0.82%15.1%95x1,268 MB
INT4489 MB0.82%15.5%98x1,003 MB
  • —LibriSpeech test-clean: 50 samples, studio-quality read speech
  • —TED-LIUM: 8 TED talks (60s segments), real-world acoustics

RTFx vs Audio Duration

5s15s30s60s120s
59x91x98x103x99x

Quantization Strategy

Encoder-only mixed-precision: the Conformer encoder (~85% of parameters) is quantized while the decoder and joint network remain BF16. This preserves decoder precision for rare words and punctuation.

VariantSize ReductionSpeed GainMemory ReductionWER Impact
INT8-40%+30%-58%None
INT4-61%+34%-67%+0.4pp on real speech

Usage

Install:

Model Details

  • —Architecture: Conformer encoder + TDT (Token-and-Duration Transducer) decoder
  • —Parameters: 627M
  • —Languages: 25 (SentencePiece tokenizer)
  • —Sample rate: 16 kHz
  • —Precision: BF16 (optimized for Apple Silicon)

Origin

Weights from `mlx-community/parakeet-tdt-0.6b-v3`, converted from NVIDIA's official `nvidia/parakeet-tdt-0.6b-v3`.

Part of the Sonic Speech model collection for the Sonic local-first voice AI project.