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

chris365312
/
whisper-large-v3-de-at

Automatic Speech Recognition
Transformers
Safetensors
whisper
speech-recognition
stt
german
austrian-german
loRA
fine-tuned
Model card Files Files and versions
xet

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

  • Libraries
  • Transformers

    How to use chris365312/whisper-large-v3-de-at with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="chris365312/whisper-large-v3-de-at")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("chris365312/whisper-large-v3-de-at")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("chris365312/whisper-large-v3-de-at", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
whisper-large-v3-de-at
6.18 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 4 commits
root
Add missing tokenizer & processor configs
482c250 over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    3.26 kB
    Update README.md over 1 year ago
  • config.json
    1.2 kB
    Upload WhisperForConditionalGeneration over 1 year ago
  • generation_config.json
    3.9 kB
    Upload WhisperForConditionalGeneration over 1 year ago
  • merges.txt
    494 kB
    Add missing tokenizer & processor configs over 1 year ago
  • model-00001-of-00002.safetensors
    4.99 GB
    xet
    Upload WhisperForConditionalGeneration over 1 year ago
  • model-00002-of-00002.safetensors
    1.18 GB
    xet
    Upload WhisperForConditionalGeneration over 1 year ago
  • model.safetensors.index.json
    112 kB
    Upload WhisperForConditionalGeneration over 1 year ago
  • preprocessor_config.json
    340 Bytes
    Add missing tokenizer & processor configs over 1 year ago
  • special_tokens_map.json
    2.07 kB
    Add missing tokenizer & processor configs over 1 year ago
  • tokenizer_config.json
    283 kB
    Add missing tokenizer & processor configs over 1 year ago
  • vocab.json
    1.04 MB
    Add missing tokenizer & processor configs over 1 year ago