Automatic Speech Recognition
MLX
Safetensors
granite_speech_nar
mlx-audio
speech-to-text
non-autoregressive
granite
quantized
custom_code
5-bit
Instructions to use mouddane/granite-speech-4.1-2b-nar-mlx-5bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use mouddane/granite-speech-4.1-2b-nar-mlx-5bit with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir granite-speech-4.1-2b-nar-mlx-5bit mouddane/granite-speech-4.1-2b-nar-mlx-5bit
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- LM Studio
File size: 153 Bytes
57e219a | 1 2 3 4 5 6 7 | {
"processor_class": "GraniteSpeechNarProcessor",
"auto_map": {
"AutoProcessor": "processing_granite_speech_nar.GraniteSpeechNarProcessor"
}
}
|