Instructions to use sfabriece/whisper-large-v3-atco2-asr-mlx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use sfabriece/whisper-large-v3-atco2-asr-mlx with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir whisper-large-v3-atco2-asr-mlx sfabriece/whisper-large-v3-atco2-asr-mlx
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- Atomic Chat
File size: 269 Bytes
3b7555e | 1 2 3 4 5 6 7 8 9 10 11 12 13 | {
"n_mels": 128,
"n_audio_ctx": 1500,
"n_audio_state": 1280,
"n_audio_head": 20,
"n_audio_layer": 32,
"n_vocab": 51866,
"n_text_ctx": 448,
"n_text_state": 1280,
"n_text_head": 20,
"n_text_layer": 32,
"model_type": "whisper"
} |