Automatic Speech Recognition
Transformers
ternary-quant
quantization
ternary
audio
speech-to-text
whisper
Instructions to use AsadIsmail/whisper-medium-ternary with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AsadIsmail/whisper-medium-ternary with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="AsadIsmail/whisper-medium-ternary")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("AsadIsmail/whisper-medium-ternary", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K