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

shadow-wxh
/
voicecommand-german-medium

Automatic Speech Recognition
Transformers
TensorBoard
Safetensors
whisper
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use shadow-wxh/voicecommand-german-medium with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use shadow-wxh/voicecommand-german-medium with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="shadow-wxh/voicecommand-german-medium")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("shadow-wxh/voicecommand-german-medium")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("shadow-wxh/voicecommand-german-medium")
  • Notebooks
  • Google Colab
  • Kaggle
voicecommand-german-medium / runs
61.5 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
shadow-wxh's picture
shadow-wxh
Upload folder using huggingface_hub
c47bdf3 verified almost 2 years ago
  • Aug01_10-05-12_DESKTOP-G9B0LHL
    Training in progress, step 10 almost 2 years ago
  • Aug01_11-10-33_DESKTOP-G9B0LHL
    Training in progress, step 10 almost 2 years ago
  • Aug01_12-47-56_DESKTOP-G9B0LHL
    Training in progress, step 10 almost 2 years ago
  • Aug01_15-49-06_DESKTOP-G9B0LHL
    Training in progress, step 10 almost 2 years ago
  • Aug01_16-14-16_DESKTOP-G9B0LHL
    Training in progress, step 10 almost 2 years ago
  • Aug02_14-27-02_DESKTOP-G9B0LHL
    Training in progress, step 10 almost 2 years ago
  • Aug02_19-26-20_DESKTOP-G9B0LHL
    Training in progress, step 10 almost 2 years ago
  • Aug05_15-42-12_DESKTOP-G9B0LHL
    Upload folder using huggingface_hub almost 2 years ago
  • Aug16_11-37-33_DESKTOP-G9B0LHL
    Upload folder using huggingface_hub almost 2 years ago