Automatic Speech Recognition
Safetensors
MLX
mlx-audio-plus
whisper
speech-recognition
speech-to-text
stt
Instructions to use mlx-community/whisper-small.en-8bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use mlx-community/whisper-small.en-8bit with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir whisper-small.en-8bit mlx-community/whisper-small.en-8bit
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
File size: 339 Bytes
82fc65c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | {
"n_mels": 80,
"n_audio_ctx": 1500,
"n_audio_state": 768,
"n_audio_head": 12,
"n_audio_layer": 12,
"n_vocab": 51864,
"n_text_ctx": 448,
"n_text_state": 768,
"n_text_head": 12,
"n_text_layer": 12,
"quantization": {
"group_size": 64,
"bits": 8
},
"model_type": "whisper"
} |