How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="BreadAi/MusePy-1-1")
# Load model directly
from transformers import AutoTokenizer, AutoModelForMultimodalLM

tokenizer = AutoTokenizer.from_pretrained("BreadAi/MusePy-1-1")
model = AutoModelForMultimodalLM.from_pretrained("BreadAi/MusePy-1-1")
Quick Links

this is trained off of pythia-160m.

this is over an 100k step model trained on around 6k songs. the training on this is done.

https://mrcheeze.github.io/musenet-midi/ paste the numbers/musenet encoders you get from the ai into the big box and then click export midi

Downloads last month
4
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Dataset used to train BreadAi/MusePy-1-1

Spaces using BreadAi/MusePy-1-1 2