MusicCaps
5.5k high-quality music captions written by musicians
@kaggle.googleai_musiccaps
5.5k high-quality music captions written by musicians
@kaggle.googleai_musiccaps
The MusicCaps dataset contains 5,521 music examples, each of which is labeled with an English aspect list and a free text caption written by musicians.
The text is solely focused on describing how the music sounds, not the metadata like the artist name.
The labeled examples are 10s music clips from the AudioSet dataset (2,858 from the eval and 2,663 from the train split).
Please cite the corresponding paper, when using this dataset: http://arxiv.org/abs/2301.11325 (DOI: 10.48550/arXiv.2301.11325)
CREATE TABLE musiccaps_public (
"ytid" VARCHAR,
"start_s" BIGINT,
"end_s" BIGINT,
"audioset_positive_labels" VARCHAR,
"aspect_list" VARCHAR,
"caption" VARCHAR,
"author_id" BIGINT,
"is_balanced_subset" BOOLEAN,
"is_audioset_eval" BOOLEAN
);Anyone who has the link will be able to view this.