Instructions to use mlx-community/whisper-large-v3-turbo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use mlx-community/whisper-large-v3-turbo with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir whisper-large-v3-turbo mlx-community/whisper-large-v3-turbo
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
Add `pipeline_tag: automatic-speech-recognition` (#5)
Browse files- Add `pipeline_tag: automatic-speech-recognition` (bf78ad6dd99286249570847e87862f5b86e4c35e)
Co-authored-by: lessquo <lessquo@users.noreply.huggingface.co>