earthlyframes commited on
Commit
851d5a1
·
verified ·
1 Parent(s): 59dc8d8

Update dataset card for v0.3.0

Browse files
Files changed (1) hide show
  1. README.md +19 -390
README.md CHANGED
@@ -14,396 +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: preview
23
- data_files:
24
- - split: train
25
- path: preview/train-*
26
- - config_name: training_full
27
- data_files:
28
- - split: train
29
- path: training_full/train-*
30
- - config_name: training_segments
31
- data_files:
32
- - split: train
33
- path: training_segments/train-*
34
- dataset_info:
35
- - config_name: base_manifest
36
- features:
37
- - name: id
38
- dtype: string
39
- - name: bpm
40
- dtype: int64
41
- - name: tempo_numerator
42
- dtype: float64
43
- - name: tempo_denominator
44
- dtype: float64
45
- - name: key_signature_note
46
- dtype: string
47
- - name: key_signature_mode
48
- dtype: string
49
- - name: rainbow_color
50
- dtype: string
51
- - name: rainbow_color_temporal_mode
52
- dtype: string
53
- - name: rainbow_color_objectional_mode
54
- dtype: string
55
- - name: rainbow_color_ontological_mode
56
- dtype: string
57
- - name: transmigrational_mode
58
- dtype: string
59
- - name: title
60
- dtype: string
61
- - name: release_date
62
- dtype: string
63
- - name: total_running_time
64
- dtype: string
65
- - name: vocals
66
- dtype: bool
67
- - name: lyrics
68
- dtype: bool
69
- - name: lrc_lyrics
70
- dtype: string
71
- - name: sounds_like
72
- dtype: string
73
- - name: mood
74
- dtype: string
75
- - name: genres
76
- dtype: string
77
- - name: lrc_file
78
- dtype: string
79
- - name: concept
80
- dtype: string
81
- - name: training_data
82
- struct:
83
- - name: album_sequence
84
- dtype: int64
85
- - name: avg_word_length
86
- dtype: float64
87
- - name: boundary_fluidity_score
88
- dtype: float64
89
- - name: concept_length
90
- dtype: int64
91
- - name: discrepancy_intensity
92
- dtype: float64
93
- - name: exclamation_marks
94
- dtype: int64
95
- - name: has_rebracketing_markers
96
- dtype: bool
97
- - name: memory_discrepancy_severity
98
- dtype: float64
99
- - name: narrative_complexity
100
- dtype: float64
101
- - name: ontological_uncertainty
102
- dtype: float64
103
- - name: question_marks
104
- dtype: int64
105
- - name: rebracketing_coverage
106
- dtype: float64
107
- - name: rebracketing_intensity
108
- dtype: float64
109
- - name: rebracketing_type
110
- dtype: string
111
- - name: sentence_count
112
- dtype: int64
113
- - name: temporal_complexity_score
114
- dtype: float64
115
- - name: track_duration
116
- dtype: float64
117
- - name: track_id
118
- dtype: string
119
- - name: track_position
120
- dtype: int64
121
- - name: uncertainty_level
122
- dtype: float64
123
- - name: word_count
124
- dtype: int64
125
- - name: song_structure
126
- dtype: string
127
- - name: track_id
128
- dtype: int64
129
- - name: description
130
- dtype: string
131
- - name: audio_file
132
- dtype: string
133
- - name: midi_file
134
- dtype: string
135
- - name: group
136
- dtype: string
137
- - name: midi_group_file
138
- dtype: string
139
- - name: player
140
- dtype: string
141
- splits:
142
- - name: train
143
- num_bytes: 3522729
144
- num_examples: 1327
145
- download_size: 177786
146
- dataset_size: 3522729
147
- - config_name: preview
148
- features:
149
- - name: segment_id
150
- dtype: string
151
- - name: rainbow_color
152
- dtype: string
153
- - name: concept
154
- dtype: string
155
- - name: lyric_text
156
- dtype: string
157
- - name: start_seconds
158
- dtype: float32
159
- - name: end_seconds
160
- dtype: float32
161
- - name: duration_seconds
162
- dtype: float32
163
- - name: bpm
164
- dtype: float32
165
- - name: key_signature_note
166
- dtype: string
167
- - name: key_signature_mode
168
- dtype: string
169
- - name: audio
170
- dtype:
171
- audio:
172
- sampling_rate: 44100
173
- splits:
174
- - name: train
175
- num_bytes: 48323909
176
- num_examples: 160
177
- download_size: 48219536
178
- dataset_size: 48323909
179
- - config_name: training_full
180
- features:
181
- - name: segment_id
182
- dtype: string
183
- - name: segment_index
184
- dtype: int64
185
- - name: song_id
186
- dtype: string
187
- - name: track_number
188
- dtype: int64
189
- - name: track_description
190
- dtype: string
191
- - name: track_group
192
- dtype: string
193
- - name: track_player
194
- dtype: string
195
- - name: source_audio_file
196
- dtype: string
197
- - name: segment_audio_file
198
- dtype: string
199
- - name: midi_file
200
- dtype: string
201
- - name: start_seconds
202
- dtype: float64
203
- - name: end_seconds
204
- dtype: float64
205
- - name: duration_seconds
206
- dtype: float64
207
- - name: has_audio
208
- dtype: bool
209
- - name: has_midi
210
- dtype: bool
211
- - name: lyric_text
212
- dtype: string
213
- - name: structure_section
214
- dtype: string
215
- - name: segment_type
216
- dtype: string
217
- - name: original_start_seconds
218
- dtype: float64
219
- - name: original_end_seconds
220
- dtype: float64
221
- - name: has_structure_adjustments
222
- dtype: bool
223
- - name: structure_adjustments
224
- dtype: string
225
- - name: is_sub_segment
226
- dtype: bool
227
- - name: sub_segment_info
228
- dtype: string
229
- - name: lrc_line_number
230
- dtype: float64
231
- - name: lyric_char_count
232
- dtype: uint32
233
- - name: lyric_word_count
234
- dtype: uint32
235
- - name: start_adjustment_seconds
236
- dtype: float64
237
- - name: end_adjustment_seconds
238
- dtype: float64
239
- - name: content_type
240
- dtype: string
241
- - name: manifest_track_key
242
- dtype: string
243
- - name: bpm
244
- dtype: int64
245
- - name: tempo_numerator
246
- dtype: float64
247
- - name: tempo_denominator
248
- dtype: float64
249
- - name: key_signature_note
250
- dtype: string
251
- - name: key_signature_mode
252
- dtype: string
253
- - name: rainbow_color
254
- dtype: string
255
- - name: rainbow_color_temporal_mode
256
- dtype: string
257
- - name: rainbow_color_objectional_mode
258
- dtype: string
259
- - name: rainbow_color_ontological_mode
260
- dtype: string
261
- - name: transmigrational_mode
262
- dtype: string
263
- - name: title
264
- dtype: string
265
- - name: release_date
266
- dtype: string
267
- - name: total_running_time
268
- dtype: string
269
- - name: vocals
270
- dtype: bool
271
- - name: lyrics
272
- dtype: bool
273
- - name: lrc_lyrics
274
- dtype: string
275
- - name: sounds_like
276
- dtype: string
277
- - name: mood
278
- dtype: string
279
- - name: genres
280
- dtype: string
281
- - name: lrc_file
282
- dtype: string
283
- - name: concept
284
- dtype: string
285
- - name: training_data
286
- struct:
287
- - name: album_sequence
288
- dtype: int64
289
- - name: avg_word_length
290
- dtype: float64
291
- - name: boundary_fluidity_score
292
- dtype: float64
293
- - name: concept_length
294
- dtype: int64
295
- - name: discrepancy_intensity
296
- dtype: float64
297
- - name: exclamation_marks
298
- dtype: int64
299
- - name: has_rebracketing_markers
300
- dtype: bool
301
- - name: memory_discrepancy_severity
302
- dtype: float64
303
- - name: narrative_complexity
304
- dtype: float64
305
- - name: ontological_uncertainty
306
- dtype: float64
307
- - name: question_marks
308
- dtype: int64
309
- - name: rebracketing_coverage
310
- dtype: float64
311
- - name: rebracketing_intensity
312
- dtype: float64
313
- - name: rebracketing_type
314
- dtype: string
315
- - name: sentence_count
316
- dtype: int64
317
- - name: temporal_complexity_score
318
- dtype: float64
319
- - name: track_duration
320
- dtype: float64
321
- - name: track_id
322
- dtype: string
323
- - name: track_position
324
- dtype: int64
325
- - name: uncertainty_level
326
- dtype: float64
327
- - name: word_count
328
- dtype: int64
329
- - name: song_structure
330
- dtype: string
331
- - name: midi_group_file
332
- dtype: string
333
- splits:
334
- - name: train
335
- num_bytes: 35869494
336
- num_examples: 11605
337
- download_size: 580351
338
- dataset_size: 35869494
339
- - config_name: training_segments
340
- features:
341
- - name: segment_id
342
- dtype: string
343
- - name: segment_index
344
- dtype: int64
345
- - name: track_id
346
- dtype: string
347
- - name: track_number
348
- dtype: int64
349
- - name: track_description
350
- dtype: string
351
- - name: track_group
352
- dtype: string
353
- - name: track_player
354
- dtype: string
355
- - name: source_audio_file
356
- dtype: string
357
- - name: segment_audio_file
358
- dtype: string
359
- - name: midi_file
360
- dtype: string
361
- - name: start_seconds
362
- dtype: float64
363
- - name: end_seconds
364
- dtype: float64
365
- - name: duration_seconds
366
- dtype: float64
367
- - name: has_audio
368
- dtype: bool
369
- - name: has_midi
370
- dtype: bool
371
- - name: lyric_text
372
- dtype: string
373
- - name: structure_section
374
- dtype: string
375
- - name: segment_type
376
- dtype: string
377
- - name: original_start_seconds
378
- dtype: float64
379
- - name: original_end_seconds
380
- dtype: float64
381
- - name: has_structure_adjustments
382
- dtype: bool
383
- - name: structure_adjustments
384
- dtype: string
385
- - name: is_sub_segment
386
- dtype: bool
387
- - name: sub_segment_info
388
- dtype: string
389
- - name: lrc_line_number
390
- dtype: float64
391
- - name: lyric_char_count
392
- dtype: uint32
393
- - name: lyric_word_count
394
- dtype: uint32
395
- - name: start_adjustment_seconds
396
- dtype: float64
397
- - name: end_adjustment_seconds
398
- dtype: float64
399
- - name: content_type
400
- dtype: string
401
- splits:
402
- - name: train
403
- num_bytes: 6049737
404
- num_examples: 11605
405
- download_size: 389389
406
- dataset_size: 6049737
407
  ---
408
 
409
  # White Training Data
@@ -434,6 +44,25 @@ Current: **v0.3.0** — 2026-02-13
434
  | `training_segments` | 11,605 | Time-aligned segments with lyric text, structure sections, audio/MIDI coverage flags |
435
  | `training_full` | 11,605 | Segments joined with manifest metadata — the primary training table |
436
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
437
  ### Coverage by Chromatic Color
438
 
439
  | Color | Segments | Audio | MIDI | Text |
 
14
  - evolutionary-composition
15
  size_categories:
16
  - 10K<n<100K
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  ---
18
 
19
  # White Training Data
 
44
  | `training_segments` | 11,605 | Time-aligned segments with lyric text, structure sections, audio/MIDI coverage flags |
45
  | `training_full` | 11,605 | Segments joined with manifest metadata — the primary training table |
46
 
47
+ ### Playable Audio Preview
48
+
49
+ | Split | Rows | Description |
50
+ |-------|------|-------------|
51
+ | `preview` | ~160 | Playable audio preview — 20 segments per chromatic color with inline audio playback |
52
+
53
+ **Try it:** Load the preview config to hear what each chromatic color sounds like:
54
+ ```python
55
+ from datasets import load_dataset
56
+
57
+ # Load playable preview
58
+ preview = load_dataset("earthlyframes/white-training-data", "preview")
59
+
60
+ # Listen to a GREEN segment
61
+ green_segment = preview.filter(lambda x: x['rainbow_color'] == 'Green')[0]
62
+ print(green_segment['concept'])
63
+ # Audio plays inline in Jupyter/Colab, or access via green_segment['audio']
64
+ ```
65
+
66
  ### Coverage by Chromatic Color
67
 
68
  | Color | Segments | Audio | MIDI | Text |