Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

distil-whisper
/
distil-medium.en

Automatic Speech Recognition
Transformers
PyTorch
JAX
TensorBoard
ONNX
Safetensors
Transformers.js
English
whisper
audio
Eval Results
Model card Files Files and versions
xet
Metrics Training metrics Community
17

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
New discussion
Resources
  • PR & discussions documentation
  • Code of Conduct
  • Hub documentation

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
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs