How to use from the
Use from the
Transformers library
# 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")
Quick Links

Love Guitar Hero but don't have game files for your favorite song? Audio2Hero is an encoder-decoder transformer finetuned to generate Guitar Hero chart files (files which describe the level setup including buttons and note timings) from any audio!

Developed by: [Matthew Banaag & Tim Gubski]

Downloads last month
53
Safetensors
Model size
59.1M params
Tensor type
F32
ยท
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Spaces using Tim-gubski/Audio2Hero 3