Instructions to use mlx-community/whisper-large-v3-turbo-german-f16-q4 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-german-f16-q4 with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir whisper-large-v3-turbo-german-f16-q4 mlx-community/whisper-large-v3-turbo-german-f16-q4
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
- Atomic Chat
| { | |
| "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": 4, | |
| "quantization": { | |
| "group_size": 64, | |
| "bits": 4 | |
| }, | |
| "model_type": "whisper" | |
| } |