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

sanchit-gandhi
/
distil-whisper-large-v3-de-kd

Automatic Speech Recognition
Transformers
TensorBoard
Safetensors
German
whisper
Eval Results (legacy)
Model card Files Files and versions
xet
Metrics Training metrics Community
2

Instructions to use sanchit-gandhi/distil-whisper-large-v3-de-kd with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use sanchit-gandhi/distil-whisper-large-v3-de-kd with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="sanchit-gandhi/distil-whisper-large-v3-de-kd")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("sanchit-gandhi/distil-whisper-large-v3-de-kd")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("sanchit-gandhi/distil-whisper-large-v3-de-kd", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
distil-whisper-large-v3-de-kd / huggingface
632 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
Sanchit Gandhi
Add training results
264a841 over 2 years ago
  • events.out.tfevents.1702053553.hf-dgx-01.2462025.0
    632 kB
    xet
    Add training results over 2 years ago