Automatic Speech Recognition
Transformers
PyTorch
TensorFlow
JAX
Safetensors
whisper
audio
hf-asr-leaderboard
Eval Results (legacy)
Instructions to use openai/whisper-medium with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use openai/whisper-medium with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="openai/whisper-medium")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("openai/whisper-medium") model = AutoModelForSpeechSeq2Seq.from_pretrained("openai/whisper-medium") - Notebooks
- Google Colab
- Kaggle
Finetuned medium on single GPU but can't train on 2 GPUs. (RTX 3060)
2
#40 opened over 1 year ago
by
andromeda01111
OSErrorOSErrorOSErrorOSError: [Errno 28] No space left on device
#39 opened over 1 year ago
by
farmer21cn
Update README.md
#38 opened about 2 years ago
by
lilijy
[AUTOMATED] Model Memory Requirements
#37 opened about 2 years ago
by
model-sizer-bot
Adding ONNX file of this model
#35 opened over 2 years ago
by
karthikeyan-cse
Fine Tuning Results in Empty Predictions
1
#33 opened over 2 years ago
by
wall-daniel
The same audio. Why are the results on Hugging Face different from the results of the model on GitHub?
1
#31 opened over 2 years ago
by
deepsadness
[AUTOMATED] Model Memory Requirements
#30 opened over 2 years ago
by
model-sizer-bot
Is to possible to use Whisper pytorch model with different dtype than the entry in config.json?
#28 opened over 2 years ago
by
ait-paca
Question about fine-tuning
#27 opened over 2 years ago
by
jz703
Correct added token ids
#26 opened over 2 years ago
by
sanchit-gandhi
About using whisper model as API
15
#25 opened over 2 years ago
by
sanjitaa
Inference api other languages
1
#19 opened almost 3 years ago
by
bann
openai/whisper-medium used in pipeline automatically translates to english
3
#17 opened about 3 years ago
by
private-langsource
IndexError while using with language "japanese" (transcribe)
5
#16 opened about 3 years ago
by
KKotaki