Automatic Speech Recognition
MLX
Safetensors
NeMo
English
parakeet
transducer
tdt
apple-silicon
speech-to-text
Instructions to use NeoRoth/parakeet-tdt-0.6b-v3-mlx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use NeoRoth/parakeet-tdt-0.6b-v3-mlx with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir parakeet-tdt-0.6b-v3-mlx NeoRoth/parakeet-tdt-0.6b-v3-mlx
- NeMo
How to use NeoRoth/parakeet-tdt-0.6b-v3-mlx with NeMo:
import nemo.collections.asr as nemo_asr asr_model = nemo_asr.models.ASRModel.from_pretrained("NeoRoth/parakeet-tdt-0.6b-v3-mlx") transcriptions = asr_model.transcribe(["file.wav"]) - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
Parakeet TDT 0.6B v3 โ MLX
MLX safetensors conversion of nvidia/parakeet-tdt-0.6b-v3 for Apple Silicon.
Architecture
- Encoder: Conformer (1024 hidden, pre-encoding convolutions + transformer layers)
- Decoder: TDT Transducer (predictor LSTM + joint network, 5 duration classes: 0-4)
- Vocabulary: 1025 tokens (SentencePiece)
- Parameters: ~0.6B
- Audio input: 16 kHz mono, 128 mel bins
Contents
| File | Description |
|---|---|
model.safetensors |
All weights (encoder + predictor + joint), float32, ~2.3 GB |
config.json |
Full NeMo model configuration |
tokenizer.model |
SentencePiece tokenizer |
tokenizer.vocab |
Tokenizer vocabulary |
vocab.txt |
Text vocabulary |
Notes
- Weights converted from NeMo PyTorch format to MLX safetensors
- Convolution weights use MLX layout (OHWI for 2D, OKI for 1D) โ not directly compatible with PyTorch
- CTC head, preprocessor, spec augmentation, and loss weights are excluded (inference only)
License
CC-BY-4.0 โ following the upstream nvidia/parakeet-tdt-0.6b-v3 license. Attribution to NVIDIA is required.
Source
Converted from nvidia/parakeet-tdt-0.6b-v3.
- Downloads last month
- 15
Model size
0.6B params
Tensor type
F32
ยท
Hardware compatibility
Log In to add your hardware
Quantized
Model tree for NeoRoth/parakeet-tdt-0.6b-v3-mlx
Base model
nvidia/parakeet-tdt-0.6b-v3