Automatic Speech Recognition
Transformers
PyTorch
JAX
TensorBoard
ONNX
Safetensors
Transformers.js
English
whisper
audio
Eval Results
Instructions to use distil-whisper/distil-medium.en with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use distil-whisper/distil-medium.en with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("automatic-speech-recognition", model="distil-whisper/distil-medium.en")# Load model directly from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq processor = AutoProcessor.from_pretrained("distil-whisper/distil-medium.en") model = AutoModelForSpeechSeq2Seq.from_pretrained("distil-whisper/distil-medium.en", device_map="auto") - Transformers.js
How to use distil-whisper/distil-medium.en with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('automatic-speech-recognition', 'distil-whisper/distil-medium.en'); - Notebooks
- Google Colab
- Kaggle
Add Open ASR Leaderboard evaluation results
#17 opened 5 months ago
by
SaylorTwift
[AUTOMATED] Model Memory Requirements
#15 opened over 2 years ago
by
model-sizer-bot
Just can't run!
➕ 1
15
#14 opened over 2 years ago
by
awesomeandy
Upload config
#13 opened over 2 years ago
by
AshtonLow
distil-whisper/distil-medium.en (Multi-lingual version)
#10 opened over 2 years ago
by
squizzsrter
Update BuilderConfig to clean
#9 opened almost 3 years ago
by
code-rider
Steps for a fair comparison of distil-whisper with openai whisper?
5
#6 opened almost 3 years ago
by
anuragrawal