earthlyframes commited on
Commit
2098c29
·
verified ·
1 Parent(s): f932555

Update dataset card for v0.3.0

Browse files
Files changed (1) hide show
  1. README.md +0 -354
README.md CHANGED
@@ -14,360 +14,6 @@ tags:
14
  - evolutionary-composition
15
  size_categories:
16
  - 10K<n<100K
17
- configs:
18
- - config_name: base_manifest
19
- data_files:
20
- - split: train
21
- path: base_manifest/train-*
22
- - config_name: training_full
23
- data_files:
24
- - split: train
25
- path: training_full/train-*
26
- - config_name: training_segments
27
- data_files:
28
- - split: train
29
- path: training_segments/train-*
30
- dataset_info:
31
- - config_name: base_manifest
32
- features:
33
- - name: id
34
- dtype: string
35
- - name: bpm
36
- dtype: int64
37
- - name: tempo_numerator
38
- dtype: float64
39
- - name: tempo_denominator
40
- dtype: float64
41
- - name: key_signature_note
42
- dtype: string
43
- - name: key_signature_mode
44
- dtype: string
45
- - name: rainbow_color
46
- dtype: string
47
- - name: rainbow_color_temporal_mode
48
- dtype: string
49
- - name: rainbow_color_objectional_mode
50
- dtype: string
51
- - name: rainbow_color_ontological_mode
52
- dtype: string
53
- - name: transmigrational_mode
54
- dtype: string
55
- - name: title
56
- dtype: string
57
- - name: release_date
58
- dtype: string
59
- - name: total_running_time
60
- dtype: string
61
- - name: vocals
62
- dtype: bool
63
- - name: lyrics
64
- dtype: bool
65
- - name: lrc_lyrics
66
- dtype: string
67
- - name: sounds_like
68
- dtype: string
69
- - name: mood
70
- dtype: string
71
- - name: genres
72
- dtype: string
73
- - name: lrc_file
74
- dtype: string
75
- - name: concept
76
- dtype: string
77
- - name: training_data
78
- struct:
79
- - name: album_sequence
80
- dtype: int64
81
- - name: avg_word_length
82
- dtype: float64
83
- - name: boundary_fluidity_score
84
- dtype: float64
85
- - name: concept_length
86
- dtype: int64
87
- - name: discrepancy_intensity
88
- dtype: float64
89
- - name: exclamation_marks
90
- dtype: int64
91
- - name: has_rebracketing_markers
92
- dtype: bool
93
- - name: memory_discrepancy_severity
94
- dtype: float64
95
- - name: narrative_complexity
96
- dtype: float64
97
- - name: ontological_uncertainty
98
- dtype: float64
99
- - name: question_marks
100
- dtype: int64
101
- - name: rebracketing_coverage
102
- dtype: float64
103
- - name: rebracketing_intensity
104
- dtype: float64
105
- - name: rebracketing_type
106
- dtype: string
107
- - name: sentence_count
108
- dtype: int64
109
- - name: temporal_complexity_score
110
- dtype: float64
111
- - name: track_duration
112
- dtype: float64
113
- - name: track_id
114
- dtype: string
115
- - name: track_position
116
- dtype: int64
117
- - name: uncertainty_level
118
- dtype: float64
119
- - name: word_count
120
- dtype: int64
121
- - name: song_structure
122
- dtype: string
123
- - name: track_id
124
- dtype: int64
125
- - name: description
126
- dtype: string
127
- - name: audio_file
128
- dtype: string
129
- - name: midi_file
130
- dtype: string
131
- - name: group
132
- dtype: string
133
- - name: midi_group_file
134
- dtype: string
135
- - name: player
136
- dtype: string
137
- splits:
138
- - name: train
139
- num_bytes: 3522729
140
- num_examples: 1327
141
- download_size: 177786
142
- dataset_size: 3522729
143
- - config_name: training_full
144
- features:
145
- - name: segment_id
146
- dtype: string
147
- - name: segment_index
148
- dtype: int64
149
- - name: song_id
150
- dtype: string
151
- - name: track_number
152
- dtype: int64
153
- - name: track_description
154
- dtype: string
155
- - name: track_group
156
- dtype: string
157
- - name: track_player
158
- dtype: string
159
- - name: source_audio_file
160
- dtype: string
161
- - name: segment_audio_file
162
- dtype: string
163
- - name: midi_file
164
- dtype: string
165
- - name: start_seconds
166
- dtype: float64
167
- - name: end_seconds
168
- dtype: float64
169
- - name: duration_seconds
170
- dtype: float64
171
- - name: has_audio
172
- dtype: bool
173
- - name: has_midi
174
- dtype: bool
175
- - name: lyric_text
176
- dtype: string
177
- - name: structure_section
178
- dtype: string
179
- - name: segment_type
180
- dtype: string
181
- - name: original_start_seconds
182
- dtype: float64
183
- - name: original_end_seconds
184
- dtype: float64
185
- - name: has_structure_adjustments
186
- dtype: bool
187
- - name: structure_adjustments
188
- dtype: string
189
- - name: is_sub_segment
190
- dtype: bool
191
- - name: sub_segment_info
192
- dtype: string
193
- - name: lrc_line_number
194
- dtype: float64
195
- - name: lyric_char_count
196
- dtype: uint32
197
- - name: lyric_word_count
198
- dtype: uint32
199
- - name: start_adjustment_seconds
200
- dtype: float64
201
- - name: end_adjustment_seconds
202
- dtype: float64
203
- - name: content_type
204
- dtype: string
205
- - name: manifest_track_key
206
- dtype: string
207
- - name: bpm
208
- dtype: int64
209
- - name: tempo_numerator
210
- dtype: float64
211
- - name: tempo_denominator
212
- dtype: float64
213
- - name: key_signature_note
214
- dtype: string
215
- - name: key_signature_mode
216
- dtype: string
217
- - name: rainbow_color
218
- dtype: string
219
- - name: rainbow_color_temporal_mode
220
- dtype: string
221
- - name: rainbow_color_objectional_mode
222
- dtype: string
223
- - name: rainbow_color_ontological_mode
224
- dtype: string
225
- - name: transmigrational_mode
226
- dtype: string
227
- - name: title
228
- dtype: string
229
- - name: release_date
230
- dtype: string
231
- - name: total_running_time
232
- dtype: string
233
- - name: vocals
234
- dtype: bool
235
- - name: lyrics
236
- dtype: bool
237
- - name: lrc_lyrics
238
- dtype: string
239
- - name: sounds_like
240
- dtype: string
241
- - name: mood
242
- dtype: string
243
- - name: genres
244
- dtype: string
245
- - name: lrc_file
246
- dtype: string
247
- - name: concept
248
- dtype: string
249
- - name: training_data
250
- struct:
251
- - name: album_sequence
252
- dtype: int64
253
- - name: avg_word_length
254
- dtype: float64
255
- - name: boundary_fluidity_score
256
- dtype: float64
257
- - name: concept_length
258
- dtype: int64
259
- - name: discrepancy_intensity
260
- dtype: float64
261
- - name: exclamation_marks
262
- dtype: int64
263
- - name: has_rebracketing_markers
264
- dtype: bool
265
- - name: memory_discrepancy_severity
266
- dtype: float64
267
- - name: narrative_complexity
268
- dtype: float64
269
- - name: ontological_uncertainty
270
- dtype: float64
271
- - name: question_marks
272
- dtype: int64
273
- - name: rebracketing_coverage
274
- dtype: float64
275
- - name: rebracketing_intensity
276
- dtype: float64
277
- - name: rebracketing_type
278
- dtype: string
279
- - name: sentence_count
280
- dtype: int64
281
- - name: temporal_complexity_score
282
- dtype: float64
283
- - name: track_duration
284
- dtype: float64
285
- - name: track_id
286
- dtype: string
287
- - name: track_position
288
- dtype: int64
289
- - name: uncertainty_level
290
- dtype: float64
291
- - name: word_count
292
- dtype: int64
293
- - name: song_structure
294
- dtype: string
295
- - name: midi_group_file
296
- dtype: string
297
- splits:
298
- - name: train
299
- num_bytes: 35869494
300
- num_examples: 11605
301
- download_size: 580351
302
- dataset_size: 35869494
303
- - config_name: training_segments
304
- features:
305
- - name: segment_id
306
- dtype: string
307
- - name: segment_index
308
- dtype: int64
309
- - name: track_id
310
- dtype: string
311
- - name: track_number
312
- dtype: int64
313
- - name: track_description
314
- dtype: string
315
- - name: track_group
316
- dtype: string
317
- - name: track_player
318
- dtype: string
319
- - name: source_audio_file
320
- dtype: string
321
- - name: segment_audio_file
322
- dtype: string
323
- - name: midi_file
324
- dtype: string
325
- - name: start_seconds
326
- dtype: float64
327
- - name: end_seconds
328
- dtype: float64
329
- - name: duration_seconds
330
- dtype: float64
331
- - name: has_audio
332
- dtype: bool
333
- - name: has_midi
334
- dtype: bool
335
- - name: lyric_text
336
- dtype: string
337
- - name: structure_section
338
- dtype: string
339
- - name: segment_type
340
- dtype: string
341
- - name: original_start_seconds
342
- dtype: float64
343
- - name: original_end_seconds
344
- dtype: float64
345
- - name: has_structure_adjustments
346
- dtype: bool
347
- - name: structure_adjustments
348
- dtype: string
349
- - name: is_sub_segment
350
- dtype: bool
351
- - name: sub_segment_info
352
- dtype: string
353
- - name: lrc_line_number
354
- dtype: float64
355
- - name: lyric_char_count
356
- dtype: uint32
357
- - name: lyric_word_count
358
- dtype: uint32
359
- - name: start_adjustment_seconds
360
- dtype: float64
361
- - name: end_adjustment_seconds
362
- dtype: float64
363
- - name: content_type
364
- dtype: string
365
- splits:
366
- - name: train
367
- num_bytes: 6049737
368
- num_examples: 11605
369
- download_size: 389389
370
- dataset_size: 6049737
371
  ---
372
 
373
  # White Training Data
 
14
  - evolutionary-composition
15
  size_categories:
16
  - 10K<n<100K
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  ---
18
 
19
  # White Training Data