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
      • 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-large-v3

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

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