Automatic Speech Recognition
Safetensors
MLX
mlx-audio-plus
whisper
speech-recognition
speech-to-text
stt
Instructions to use mlx-community/whisper-tiny.en-fp16 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use mlx-community/whisper-tiny.en-fp16 with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir whisper-tiny.en-fp16 mlx-community/whisper-tiny.en-fp16
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- LM Studio
| { | |
| "n_mels": 80, | |
| "n_audio_ctx": 1500, | |
| "n_audio_state": 384, | |
| "n_audio_head": 6, | |
| "n_audio_layer": 4, | |
| "n_vocab": 51864, | |
| "n_text_ctx": 448, | |
| "n_text_state": 384, | |
| "n_text_head": 6, | |
| "n_text_layer": 4, | |
| "model_type": "whisper" | |
| } |