Datasets:

Languages:
English
ArXiv:
Tags:
License:

Update README.md

#1
by reach-vb HF staff - opened
Files changed (1) hide show
  1. README.md +31 -2
README.md CHANGED
@@ -3,6 +3,10 @@ license:
3
  - cc-by-sa-4.0
4
  converted_from: kaggle
5
  kaggle_id: googleai/musiccaps
 
 
 
 
6
  ---
7
 
8
  # Dataset Card for MusicCaps
@@ -68,7 +72,32 @@ Please cite the corresponding paper, when using this dataset: http://arxiv.org/a
68
 
69
  ### Data Fields
70
 
71
- [More Information Needed]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
72
 
73
  ### Data Splits
74
 
@@ -122,7 +151,7 @@ Please cite the corresponding paper, when using this dataset: http://arxiv.org/a
122
 
123
  ### Dataset Curators
124
 
125
- This dataset was shared by [@googleai](https://kaggle.com/googleai)
126
 
127
  ### Licensing Information
128
 
 
3
  - cc-by-sa-4.0
4
  converted_from: kaggle
5
  kaggle_id: googleai/musiccaps
6
+ task_categories:
7
+ - text-to-speech
8
+ language:
9
+ - en
10
  ---
11
 
12
  # Dataset Card for MusicCaps
 
72
 
73
  ### Data Fields
74
 
75
+ #### ytid
76
+ YT ID pointing to the YouTube video in which the labeled music segment appears. You can listen to the segment by opening https://youtu.be/watch?v={ytid}&start={start_s}
77
+
78
+ #### start_s
79
+ Position in the YouTube video at which the music starts.
80
+
81
+ #### end_s
82
+ Position in the YouTube video at which the music end. All clips are 10s long.
83
+
84
+ #### audioset_positive_labels
85
+ Labels for this segment from the AudioSet (https://research.google.com/audioset/) dataset.
86
+
87
+ #### aspect_list
88
+ A list of aspects describing the music.
89
+
90
+ #### caption
91
+ A multi-sentence free text caption describing the music.
92
+
93
+ #### author_id
94
+ An integer for grouping samples by who wrote them.
95
+
96
+ #### is_balanced_subset
97
+ If this value is true, the row is a part of the 1k subset which is genre-balanced.
98
+
99
+ #### is_audioset_eval
100
+ If this value is true, the clip is from the AudioSet eval split. Otherwise it is from the AudioSet train split.
101
 
102
  ### Data Splits
103
 
 
151
 
152
  ### Dataset Curators
153
 
154
+ This dataset was shared by [@googleai](https://ai.google/research/)
155
 
156
  ### Licensing Information
157