Automatic Speech Recognition
Transformers
PyTorch
JAX
TensorBoard
ONNX
Safetensors
Transformers.js
English
whisper
audio
Eval Results
Instructions to use distil-whisper/distil-large-v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use distil-whisper/distil-large-v2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="distil-whisper/distil-large-v2")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("distil-whisper/distil-large-v2") model = AutoModelForSpeechSeq2Seq.from_pretrained("distil-whisper/distil-large-v2") - Transformers.js
How to use distil-whisper/distil-large-v2 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-v2'); - Notebooks
- Google Colab
- Kaggle
Add Open ASR Leaderboard evaluation results
#28 opened about 2 months ago
by
SaylorTwift
Upload fp16 ONNX weights
#26 opened about 2 years ago
by
Xenova
Allignment Heads for Large / Med models
🔥 1
#25 opened over 2 years ago
by
lasmith
This have spanish language?
#24 opened over 2 years ago
by
jesulo
How the knowledge organization is implemented?
#22 opened over 2 years ago
by
hxypqr
UserWarning on`max_length`when deployed at Inference Endpoints
#20 opened over 2 years ago
by
seeknndestroy
Are models for all languages going to be accessible?
#19 opened over 2 years ago
by
changtimwu
How do I get sentence level timestamps?
2
#18 opened over 2 years ago
by
teamm
chunk size is fixed could drop some information
3
#17 opened over 2 years ago
by
jaxmetaverse
When will disl_large_v3 comes out?
👍 3
2
#16 opened over 2 years ago
by
lucasjin
Is Prompting possible?
1
#14 opened over 2 years ago
by
MelanieKoe
MPS backend
4
#13 opened over 2 years ago
by
kadriu
contribute-branch
#12 opened over 2 years ago
by
HiveerLi
Ramifications of Gigaspeech use for model building
1
#11 opened over 2 years ago
by
svmguru
INT8 Weight Only Quantization
1
#10 opened over 2 years ago
by deleted
Wisper cpp
1
#8 opened over 2 years ago
by
faria
when will the model update?
👍 6
1
#1 opened over 2 years ago
by
lucasjin