Instructions to use openai/whisper-large-v3-turbo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use openai/whisper-large-v3-turbo with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="openai/whisper-large-v3-turbo")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("openai/whisper-large-v3-turbo") model = AutoModelForSpeechSeq2Seq.from_pretrained("openai/whisper-large-v3-turbo") - Inference
- Notebooks
- Google Colab
- Kaggle
Can I give prompt to the Whisper turbo model as I could give to the previous models?
1
#29 opened over 1 year ago
by
ashish3150
How long can it translate?
#28 opened over 1 year ago
by
JUNGU
When translating Chinese audio, there are no punctuation marks in the output
#25 opened over 1 year ago
by
thehonestbob
Make Model Name Consistent with other Whisper Models
2
#23 opened over 1 year ago
by
WillHeld
Extremely slow, feel like running large-v2
➕ 1
1
#22 opened over 1 year ago
by
ThanhHuyLe
Just for inference?
1
#20 opened over 1 year ago
by
Sin2pi
IndexError: list index out of range. How to solve?
1
#17 opened over 1 year ago
by
seb19986
Add correct library tag
#16 opened over 1 year ago
by
osanseviero
Too slow
3
#15 opened over 1 year ago
by
Xis
Model binary
#14 opened over 1 year ago
by
svtxvt
PEFT inquiry
#13 opened over 1 year ago
by
MightyStudent
Fine-tuning Whisper Turbo for Arabic: Expected Accuracy Improvements?
4
#12 opened over 1 year ago
by
neethuvm
Torch compile + dynamo error
➕ 1
9
#11 opened over 1 year ago
by
ParadiseN
Error: chunk_length_s
#10 opened over 1 year ago
by
seb19986
RuntimeError: "reflection_pad2d" not implemented for 'Half'
1
#9 opened over 1 year ago
by
seb19986
Better train whisper large V3 or whisper turbo ?
2
#8 opened over 1 year ago
by
GALEON-AI
Which infra to run openai/whisper-large-v3-turbo ?
1
#7 opened over 1 year ago
by
Jack0o
Replicate Demo
2
#5 opened over 1 year ago
by
chenxwh
cuanta gpu necesito para ejecutarlo ?
1
#3 opened over 1 year ago
by
alfanumericbeta
colab version or example
6
#2 opened over 1 year ago
by
Inforline