ryanleeme17 commited on
Commit
66f35f6
·
verified ·
1 Parent(s): a67db6c

Upload dataset (part 00001-of-00002)

Browse files
README.md CHANGED
@@ -1,3 +1,202 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: mit
3
+ configs:
4
+ - config_name: default
5
+ data_files:
6
+ - split: train
7
+ path: data/train-*
8
+ dataset_info:
9
+ features:
10
+ - name: audio
11
+ dtype: audio
12
+ - name: title
13
+ dtype: string
14
+ - name: genres
15
+ sequence:
16
+ class_label:
17
+ names:
18
+ '0': 20th Century Classical
19
+ '1': Abstract Hip-Hop
20
+ '2': African
21
+ '3': Afrobeat
22
+ '4': Alternative Hip-Hop
23
+ '5': Ambient
24
+ '6': Ambient Electronic
25
+ '7': Americana
26
+ '8': Asia-Far East
27
+ '9': Audio Collage
28
+ '10': Avant-Garde
29
+ '11': Balkan
30
+ '12': Banter
31
+ '13': Be-Bop
32
+ '14': Big Band/Swing
33
+ '15': Bigbeat
34
+ '16': Black-Metal
35
+ '17': Bluegrass
36
+ '18': Blues
37
+ '19': Bollywood
38
+ '20': Brazilian
39
+ '21': Breakbeat
40
+ '22': Breakcore - Hard
41
+ '23': British Folk
42
+ '24': Celtic
43
+ '25': Chamber Music
44
+ '26': Chill-out
45
+ '27': Chip Music
46
+ '28': Chiptune
47
+ '29': Choral Music
48
+ '30': Christmas
49
+ '31': Classical
50
+ '32': Comedy
51
+ '33': Compilation
52
+ '34': Composed Music
53
+ '35': Contemporary Classical
54
+ '36': Country
55
+ '37': Country & Western
56
+ '38': Cumbia
57
+ '39': Dance
58
+ '40': Death-Metal
59
+ '41': Deep Funk
60
+ '42': Disco
61
+ '43': Downtempo
62
+ '44': Drone
63
+ '45': Drum & Bass
64
+ '46': Dubstep
65
+ '47': Easy Listening
66
+ '48': 'Easy Listening: Vocal'
67
+ '49': Electro-Punk
68
+ '50': Electroacoustic
69
+ '51': Electronic
70
+ '52': Europe
71
+ '53': Experimental
72
+ '54': Experimental Pop
73
+ '55': Fado
74
+ '56': Field Recordings
75
+ '57': Flamenco
76
+ '58': Folk
77
+ '59': Freak-Folk
78
+ '60': Free-Folk
79
+ '61': Free-Jazz
80
+ '62': French
81
+ '63': Funk
82
+ '64': Garage
83
+ '65': Glitch
84
+ '66': Gospel
85
+ '67': Goth
86
+ '68': Grindcore
87
+ '69': Hardcore
88
+ '70': Hip-Hop
89
+ '71': Hip-Hop Beats
90
+ '72': Holiday
91
+ '73': House
92
+ '74': IDM
93
+ '75': Improv
94
+ '76': Indian
95
+ '77': Indie-Rock
96
+ '78': Industrial
97
+ '79': Instrumental
98
+ '80': International
99
+ '81': Interview
100
+ '82': Jazz
101
+ '83': 'Jazz: Out'
102
+ '84': 'Jazz: Vocal'
103
+ '85': Jungle
104
+ '86': Kid-Friendly
105
+ '87': Klezmer
106
+ '88': Krautrock
107
+ '89': Latin
108
+ '90': Latin America
109
+ '91': Lo-Fi
110
+ '92': Loud-Rock
111
+ '93': Lounge
112
+ '94': Metal
113
+ '95': Middle East
114
+ '96': Minimal Electronic
115
+ '97': Minimalism
116
+ '98': Modern Jazz
117
+ '99': Musical Theater
118
+ '100': Musique Concrete
119
+ '101': N. Indian Traditional
120
+ '102': Nerdcore
121
+ '103': New Age
122
+ '104': New Wave
123
+ '105': No Wave
124
+ '106': Noise
125
+ '107': Noise-Rock
126
+ '108': North African
127
+ '109': Novelty
128
+ '110': Nu-Jazz
129
+ '111': Old-Time / Historic
130
+ '112': Opera
131
+ '113': Pacific
132
+ '114': Poetry
133
+ '115': Polka
134
+ '116': Pop
135
+ '117': Post-Punk
136
+ '118': Post-Rock
137
+ '119': Power-Pop
138
+ '120': Progressive
139
+ '121': Psych-Folk
140
+ '122': Psych-Rock
141
+ '123': Punk
142
+ '124': Radio
143
+ '125': Radio Art
144
+ '126': Radio Theater
145
+ '127': Rap
146
+ '128': Reggae - Dancehall
147
+ '129': Reggae - Dub
148
+ '130': Rock
149
+ '131': Rock Opera
150
+ '132': Rockabilly
151
+ '133': Romany (Gypsy)
152
+ '134': Salsa
153
+ '135': Shoegaze
154
+ '136': Singer-Songwriter
155
+ '137': Skweee
156
+ '138': Sludge
157
+ '139': Soul-RnB
158
+ '140': Sound Art
159
+ '141': Sound Collage
160
+ '142': Sound Effects
161
+ '143': Sound Poetry
162
+ '144': Soundtrack
163
+ '145': South Indian Traditional
164
+ '146': Space-Rock
165
+ '147': Spanish
166
+ '148': Spoken
167
+ '149': Spoken Weird
168
+ '150': Spoken Word
169
+ '151': Surf
170
+ '152': Symphony
171
+ '153': Synth Pop
172
+ '154': Talk Radio
173
+ '155': Tango
174
+ '156': Techno
175
+ '157': Thrash
176
+ '158': Trip-Hop
177
+ '159': Turkish
178
+ '160': Unclassifiable
179
+ '161': Western Swing
180
+ '162': Wonky
181
+ '163': hiphop
182
+ - name: pid
183
+ dtype: string
184
+ - name: qid
185
+ dtype: string
186
+ - name: q_audio
187
+ dtype: audio
188
+ - name: q_audio_eq
189
+ dtype: audio
190
+ - name: q_audio_pitch
191
+ dtype: audio
192
+ - name: q_audio_back
193
+ dtype: audio
194
+ - name: q_audio_back_info
195
+ dtype: string
196
+ splits:
197
+ - name: train
198
+ num_bytes: 35033328460.6
199
+ num_examples: 7916
200
+ download_size: 34925783251
201
+ dataset_size: 35033328460.6
202
  ---
data/train-00050-of-00071.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e9ffdbec0ca555bbffe81ecb122a477949b08297bce9a8e20ebc1bc640ce772
3
+ size 495574701
data/train-00051-of-00071.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13da069140639f23c63fd44a6962e94ca6b4531c7e488d2d480acd64c22f13b5
3
+ size 491649450
data/train-00052-of-00071.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ace99a8db5591e41ca8cbb0bfa7cb9da246778fd44f7885c413a815f8190f6f3
3
+ size 494932162
data/train-00053-of-00071.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9736bb59927025469c6f21a3522914303bc7fa5644aaa3f5e57cf3d8445843ea
3
+ size 489499133
data/train-00054-of-00071.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9a5648e42aff5285c8b2bb0530fe161b188596cb9b919f8d3d07a7444f0694b
3
+ size 489170084
data/train-00055-of-00071.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c12d4ed9eb0dbdaee8553e74eb6de9e22e73c20a182471122f23d3ddcd780578
3
+ size 494899482
data/train-00056-of-00071.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b0a382cb58702f3aef0a1b4a9096df5712c2eb4f167aa8939b7cca83f71319e
3
+ size 490989493
data/train-00057-of-00071.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32334fd2a1a8bf35fb9c2aab1ed2ae0c40f03d6fbb338c34380888c27cad3e0f
3
+ size 489509356
data/train-00058-of-00071.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cef01c27edc6fd65e6892cb5f36a79864920ef353e5472ead1e991320c390037
3
+ size 495369781
data/train-00059-of-00071.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d543bd073fecd69deabd2f5186a272e75a609f6401ec2d02468ff41c5ffa235b
3
+ size 493777419
data/train-00060-of-00071.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50da310026c1f7f846ea95d74b5cfaacb2112bbb81ebe191e2b789329f15767f
3
+ size 492424046
data/train-00061-of-00071.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2f4b3ff9dea6c473c255833372544ef1ca86d5ba311ae1fd1ff6eeb7750926a0
3
+ size 504186422
data/train-00062-of-00071.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:578ec27349ec32e2138fe53e952690941ecf1aa70bc6887da47ddad82244bf26
3
+ size 493380825
data/train-00063-of-00071.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42de5f1008c98ccc56ce4b6101403db4639a0f3cb6226cfd378dd46f150b6731
3
+ size 489908600
data/train-00064-of-00071.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6c77bfd578f70013a4ef705f854b4b25809c3a05ddad4a9501bf41148150059
3
+ size 490376533
data/train-00065-of-00071.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d9dc18198bb6c72fdee8d601336af7e11a0de219b367c8d9c7f76f213a31103
3
+ size 492626006
data/train-00066-of-00071.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f610c22cfd7cac515f541003a7e603575eab39df75800a63d8dd8d7ef710a03b
3
+ size 490306635
data/train-00067-of-00071.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff5457d9ad2929ca1efe69703a6bef2fdb4aaab57892c9de4636a8273d5003f7
3
+ size 488640595
data/train-00068-of-00071.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2eee34c006ad99115e608f53696b6bc20fb0c476a1c5c1331cb2755a1707d25b
3
+ size 488067882
data/train-00069-of-00071.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ce476a2f04e2473035dffe74a04727f4e7b443e8987673846d1b1276c341b1c
3
+ size 489502053
data/train-00070-of-00071.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:164d03e909e033a09ed209aee83b50465e63f5a160dda1d5ca3e5d1d899320b9
3
+ size 490128251