CLAPv2/MusicCaps
Viewer • Updated • 5.35k • 214 • 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 AutoProcessor, AutoModelForTextToWaveform
processor = AutoProcessor.from_pretrained("danhtran2mind/MusicGen-Small-MusicCaps-finetuning")
model = AutoModelForTextToWaveform.from_pretrained("danhtran2mind/MusicGen-Small-MusicCaps-finetuning", device_map="auto")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