CoolFace
Modelpublic

animaslabs/nemotron-speech-streaming-en-0.6b-mlx

sourceHugging Faceotherupdated 8mo agoView on Hugging Face
6likes129downloads
Model Card

animaslabs/nemotron-speech-streaming-en-0.6b-mlx

This model was converted to MLX format from nvidia/nemotron-speech-streaming-en-0.6b using the scripts in this github repo. Please refer to original model card for more details on the model.

Usage

NOTE: Some newer or quantized models may not be supported in parakeet-mlx or mlx-audio

parakeet-mlx

bash
pip install -U parakeet-mlx
parakeet-mlx audio.wav --model animaslabs/nemotron-speech-streaming-en-0.6b-mlx

mlx-audio

bash
pip install -U mlx-audio
python -m mlx_audio.stt.generate --model animaslabs/nemotron-speech-streaming-en-0.6b-mlx --audio audio.wav