renumics/song-describer-dataset
This is a mirror to the example dataset "The Song Describer Dataset: a Corpus of Audio Captions for Music-and-Language Evaluation" paper by Manco et al. Project page on Github: https://github.com/mulab-mir/song-describer-dataset Dataset on Zenodoo: https://zenodo.org/records/10072001 Explore the dataset on your local machine: import datasets from renumics import spotlight ds = datasets.load_dataset('renumics/song-describer-dataset') spotlight.show(ds)
This is a mirror to the example dataset "The Song Describer Dataset: a Corpus of Audio Captions for Music-and-Language Evaluation" paper by Manco et al.
Project page on Github: https://github.com/mulab-mir/song-describer-dataset
Dataset on Zenodoo: https://zenodo.org/records/10072001
Explore the dataset on your local machine:
import datasets
from renumics import spotlight
ds = datasets.load_dataset('renumics/song-describer-dataset')
spotlight.show(ds)
