Datasets:

Modalities:
Tabular
Text
Formats:
csv
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
reach-vb HF staff commited on
Commit
05b5218
·
1 Parent(s): d2c2c4b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +139 -0
README.md ADDED
@@ -0,0 +1,139 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license:
3
+ - cc-by-sa-4.0
4
+ converted_from: kaggle
5
+ kaggle_id: googleai/musiccaps
6
+ ---
7
+
8
+ # Dataset Card for MusicCaps
9
+
10
+ ## Table of Contents
11
+ - [Table of Contents](#table-of-contents)
12
+ - [Dataset Description](#dataset-description)
13
+ - [Dataset Summary](#dataset-summary)
14
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
15
+ - [Languages](#languages)
16
+ - [Dataset Structure](#dataset-structure)
17
+ - [Data Instances](#data-instances)
18
+ - [Data Fields](#data-fields)
19
+ - [Data Splits](#data-splits)
20
+ - [Dataset Creation](#dataset-creation)
21
+ - [Curation Rationale](#curation-rationale)
22
+ - [Source Data](#source-data)
23
+ - [Annotations](#annotations)
24
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
25
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
26
+ - [Social Impact of Dataset](#social-impact-of-dataset)
27
+ - [Discussion of Biases](#discussion-of-biases)
28
+ - [Other Known Limitations](#other-known-limitations)
29
+ - [Additional Information](#additional-information)
30
+ - [Dataset Curators](#dataset-curators)
31
+ - [Licensing Information](#licensing-information)
32
+ - [Citation Information](#citation-information)
33
+ - [Contributions](#contributions)
34
+
35
+ ## Dataset Description
36
+
37
+ - **Homepage:** https://kaggle.com/datasets/googleai/musiccaps
38
+ - **Repository:**
39
+ - **Paper:**
40
+ - **Leaderboard:**
41
+ - **Point of Contact:**
42
+
43
+ ### Dataset Summary
44
+
45
+ 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**. An aspect list is for example *"pop, tinny wide hi hats, mellow piano melody, high pitched female vocal melody, sustained pulsating synth lead"*, while the caption consists of multiple sentences about the music, e.g.,
46
+
47
+ *"A low sounding male voice is rapping over a fast paced drums playing a reggaeton beat along with a bass. Something like a guitar is playing the melody along. This recording is of poor audio-quality. In the background a laughter can be noticed. This song may be playing in a bar."*
48
+
49
+ The text is solely focused on describing *how* the music sounds, not the metadata like the artist name.
50
+
51
+ The labeled examples are 10s music clips from the [**AudioSet**](https://research.google.com/audioset/) dataset (2,858 from the eval and 2,663 from the train split).
52
+
53
+ Please cite the corresponding paper, when using this dataset: http://arxiv.org/abs/2301.11325 (DOI: `10.48550/arXiv.2301.11325`)
54
+
55
+ ### Supported Tasks and Leaderboards
56
+
57
+ [More Information Needed]
58
+
59
+ ### Languages
60
+
61
+ [More Information Needed]
62
+
63
+ ## Dataset Structure
64
+
65
+ ### Data Instances
66
+
67
+ [More Information Needed]
68
+
69
+ ### Data Fields
70
+
71
+ [More Information Needed]
72
+
73
+ ### Data Splits
74
+
75
+ [More Information Needed]
76
+
77
+ ## Dataset Creation
78
+
79
+ ### Curation Rationale
80
+
81
+ [More Information Needed]
82
+
83
+ ### Source Data
84
+
85
+ #### Initial Data Collection and Normalization
86
+
87
+ [More Information Needed]
88
+
89
+ #### Who are the source language producers?
90
+
91
+ [More Information Needed]
92
+
93
+ ### Annotations
94
+
95
+ #### Annotation process
96
+
97
+ [More Information Needed]
98
+
99
+ #### Who are the annotators?
100
+
101
+ [More Information Needed]
102
+
103
+ ### Personal and Sensitive Information
104
+
105
+ [More Information Needed]
106
+
107
+ ## Considerations for Using the Data
108
+
109
+ ### Social Impact of Dataset
110
+
111
+ [More Information Needed]
112
+
113
+ ### Discussion of Biases
114
+
115
+ [More Information Needed]
116
+
117
+ ### Other Known Limitations
118
+
119
+ [More Information Needed]
120
+
121
+ ## Additional Information
122
+
123
+ ### Dataset Curators
124
+
125
+ This dataset was shared by [@googleai](https://kaggle.com/googleai)
126
+
127
+ ### Licensing Information
128
+
129
+ The license for this dataset is cc-by-sa-4.0
130
+
131
+ ### Citation Information
132
+
133
+ ```bibtex
134
+ [More Information Needed]
135
+ ```
136
+
137
+ ### Contributions
138
+
139
+ [More Information Needed]