Automatic Speech Recognition
Transformers
MLX
whisper
speech-to-text
quantized
q4
4bit
apple-silicon
Instructions to use LibraxisAI/whisper-large-v3-q4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use LibraxisAI/whisper-large-v3-q4 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="LibraxisAI/whisper-large-v3-q4")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("LibraxisAI/whisper-large-v3-q4", dtype="auto") - MLX
How to use LibraxisAI/whisper-large-v3-q4 with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir whisper-large-v3-q4 LibraxisAI/whisper-large-v3-q4
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
Ctrl+K