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

mb6611
/
audio2hero

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

Instructions to use mb6611/audio2hero with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use mb6611/audio2hero with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("automatic-speech-recognition", model="mb6611/audio2hero")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForSpeechSeq2Seq
    
    processor = AutoProcessor.from_pretrained("mb6611/audio2hero")
    model = AutoModelForSpeechSeq2Seq.from_pretrained("mb6611/audio2hero")
  • Notebooks
  • Google Colab
  • Kaggle
audio2hero
236 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
mb6611's picture
mb6611
Update README.md
b9f3cbe verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    5.31 kB
    Update README.md about 2 years ago
  • config.json
    1.16 kB
    Upload Pop2PianoForConditionalGeneration about 2 years ago
  • generation_config.json
    749 Bytes
    Upload Pop2PianoForConditionalGeneration about 2 years ago
  • model.safetensors
    236 MB
    xet
    Upload Pop2PianoForConditionalGeneration about 2 years ago