CLAPv2/MusicCaps
Viewer • Updated • 5.35k • 602 • 4
How to use danhtran2mind/MusicGen-Small-MusicCaps-finetuning with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("text-to-audio", model="danhtran2mind/MusicGen-Small-MusicCaps-finetuning") # Load model directly
from transformers import AutoTokenizer, AutoModelForTextToWaveform
tokenizer = AutoTokenizer.from_pretrained("danhtran2mind/MusicGen-Small-MusicCaps-finetuning")
model = AutoModelForTextToWaveform.from_pretrained("danhtran2mind/MusicGen-Small-MusicCaps-finetuning")This model is a fine-tuned version of facebook/musicgen-smalll on the CLAPV2/MUSICCAPS - DEFAULT dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
Base model
facebook/musicgen-small