Automatic Speech Recognition
Transformers
JAX
TensorBoard
ONNX
Safetensors
Transformers.js
English
whisper
audio
Eval Results
Instructions to use distil-whisper/distil-large-v3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use distil-whisper/distil-large-v3 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="distil-whisper/distil-large-v3")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("distil-whisper/distil-large-v3") model = AutoModelForSpeechSeq2Seq.from_pretrained("distil-whisper/distil-large-v3") - Transformers.js
How to use distil-whisper/distil-large-v3 with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('automatic-speech-recognition', 'distil-whisper/distil-large-v3'); - Notebooks
- Google Colab
- Kaggle
GGUF for Distil-Large-v3 in CrispASR (drop-in for the whisper backend)
#17 opened about 1 month ago
by
cstr
Add Open ASR Leaderboard evaluation results
#16 opened 2 months ago
by
SaylorTwift
Transcribe into a different language than English...
2
#12 opened over 1 year ago
by
IvoTavares
About multilingual, did you use the same training dataset on large-v3 and medium.en?
1
#10 opened over 1 year ago
by
spicap
GGML format please!
2
#8 opened almost 2 years ago
by
dnhkng
Set temperature and prompt possible?
2
#6 opened almost 2 years ago
by
jeffuli755
about multiple languages?
2
#2 opened about 2 years ago
by
obtion