Automatic Speech Recognition
Transformers
PyTorch
TensorFlow
JAX
Safetensors
whisper
audio
hf-asr-leaderboard
Eval Results (legacy)
Instructions to use openai/whisper-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use openai/whisper-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="openai/whisper-base")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("openai/whisper-base") model = AutoModelForSpeechSeq2Seq.from_pretrained("openai/whisper-base") - Notebooks
- Google Colab
- Kaggle
requist
#37 opened about 2 months ago
by
litigliuser
The model is now added to WebAI.js. Run it in your browser with no code required.
#35 opened 6 months ago
by
AxolsWebAI
Help regarding malformed files?
#34 opened over 1 year ago
by
DribDrab
[AUTOMATED] Model Memory Requirements
#30 opened about 2 years ago
by
model-sizer-bot
Using HuggingfaceJS inference API, is it possible to get the "returnTimestamps: true"
#27 opened over 2 years ago
by
zhefciad
Correct added token ids
#26 opened over 2 years ago
by
sanchit-gandhi
Did someone have a problem with JupyterLab when start training model?
1
#20 opened almost 3 years ago
by
artyomboyko
Adding ONNX file of this model
1
#19 opened almost 3 years ago
by
iAJChang
The size of tensor a (449) must match the size of tensor b (448) at non-singleton dimension 1
👍 1
1
#18 opened about 3 years ago
by
Mr1gh
Missing Merge Pair (based on the original BPE from whisper)
6
#16 opened about 3 years ago
by
mert-kurttutan
Transcribe audio longer than 30 seconds
3
#13 opened about 3 years ago
by
eagle618
Closed bracket in whisper-base
#6 opened over 3 years ago
by
cupofsanity