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

Tim-gubski
/
Audio2Hero

Automatic Speech Recognition
Transformers
Safetensors
pop2piano
music
Model card Files Files and versions
xet
Community
1

Instructions to use Tim-gubski/Audio2Hero with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Tim-gubski/Audio2Hero with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="Tim-gubski/Audio2Hero")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("Tim-gubski/Audio2Hero")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("Tim-gubski/Audio2Hero")
  • Notebooks
  • Google Colab
  • Kaggle
Audio2Hero
Ctrl+K
Ctrl+K
  • 2 contributors
History: 3 commits
Tim-gubski's picture
Tim-gubski
mb6611's picture
mb6611
Update README.md (#1)
0803cae verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    362 Bytes
    Update README.md (#1) about 2 years ago
  • config.json
    1.15 kB
    Audio2Hero Model about 2 years ago
  • generation_config.json
    749 Bytes
    Audio2Hero Model about 2 years ago
  • model.safetensors
    236 MB
    xet
    Audio2Hero Model about 2 years ago