Parakeet
Collection
Nvidia's ASR models, now in MLX! • 10 items • Updated • 10
How to use mlx-community/parakeet-ctc-0.6b with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir parakeet-ctc-0.6b mlx-community/parakeet-ctc-0.6b
This model was converted to MLX format from nvidia/parakeet-ctc-0.6b using the conversion script. Please refer to original model card for more details on the model.
pip install -U parakeet-mlx
parakeet-mlx audio.wav --model mlx-community/parakeet-ctc-0.6b
pip install -U mlx-audio
python -m mlx_audio.stt.generate --model mlx-community/parakeet-ctc-0.6b --audio audio.wav --output somewhere
Quantized
Base model
nvidia/parakeet-ctc-0.6b