earthlyframes commited on
Commit
ab11f1d
·
verified ·
1 Parent(s): a9aeb15

Update dataset card for v0.2.0

Browse files
Files changed (1) hide show
  1. README.md +112 -354
README.md CHANGED
@@ -1,356 +1,114 @@
1
  ---
2
- dataset_info:
3
- - config_name: base_manifest
4
- features:
5
- - name: id
6
- dtype: string
7
- - name: bpm
8
- dtype: int64
9
- - name: tempo_numerator
10
- dtype: float64
11
- - name: tempo_denominator
12
- dtype: float64
13
- - name: key_signature_note
14
- dtype: string
15
- - name: key_signature_mode
16
- dtype: string
17
- - name: rainbow_color
18
- dtype: string
19
- - name: rainbow_color_temporal_mode
20
- dtype: string
21
- - name: rainbow_color_objectional_mode
22
- dtype: string
23
- - name: rainbow_color_ontological_mode
24
- dtype: string
25
- - name: transmigrational_mode
26
- dtype: string
27
- - name: title
28
- dtype: string
29
- - name: release_date
30
- dtype: string
31
- - name: total_running_time
32
- dtype: string
33
- - name: vocals
34
- dtype: bool
35
- - name: lyrics
36
- dtype: bool
37
- - name: lrc_lyrics
38
- dtype: string
39
- - name: sounds_like
40
- dtype: string
41
- - name: mood
42
- dtype: string
43
- - name: genres
44
- dtype: string
45
- - name: lrc_file
46
- dtype: string
47
- - name: concept
48
- dtype: string
49
- - name: training_data
50
- struct:
51
- - name: album_sequence
52
- dtype: int64
53
- - name: avg_word_length
54
- dtype: float64
55
- - name: boundary_fluidity_score
56
- dtype: float64
57
- - name: concept_length
58
- dtype: int64
59
- - name: discrepancy_intensity
60
- dtype: float64
61
- - name: exclamation_marks
62
- dtype: int64
63
- - name: has_rebracketing_markers
64
- dtype: bool
65
- - name: memory_discrepancy_severity
66
- dtype: float64
67
- - name: narrative_complexity
68
- dtype: float64
69
- - name: ontological_uncertainty
70
- dtype: float64
71
- - name: question_marks
72
- dtype: int64
73
- - name: rebracketing_coverage
74
- dtype: float64
75
- - name: rebracketing_intensity
76
- dtype: float64
77
- - name: rebracketing_type
78
- dtype: string
79
- - name: sentence_count
80
- dtype: int64
81
- - name: temporal_complexity_score
82
- dtype: float64
83
- - name: track_duration
84
- dtype: float64
85
- - name: track_id
86
- dtype: string
87
- - name: track_position
88
- dtype: int64
89
- - name: uncertainty_level
90
- dtype: float64
91
- - name: word_count
92
- dtype: int64
93
- - name: song_structure
94
- dtype: string
95
- - name: track_id
96
- dtype: int64
97
- - name: description
98
- dtype: string
99
- - name: audio_file
100
- dtype: string
101
- - name: midi_file
102
- dtype: string
103
- - name: group
104
- dtype: string
105
- - name: midi_group_file
106
- dtype: string
107
- - name: player
108
- dtype: string
109
- splits:
110
- - name: train
111
- num_bytes: 3522729
112
- num_examples: 1327
113
- download_size: 177786
114
- dataset_size: 3522729
115
- - config_name: training_full
116
- features:
117
- - name: segment_id
118
- dtype: string
119
- - name: segment_index
120
- dtype: int64
121
- - name: song_id
122
- dtype: string
123
- - name: track_number
124
- dtype: int64
125
- - name: track_description
126
- dtype: string
127
- - name: track_group
128
- dtype: string
129
- - name: track_player
130
- dtype: string
131
- - name: source_audio_file
132
- dtype: string
133
- - name: segment_audio_file
134
- dtype: string
135
- - name: midi_file
136
- dtype: string
137
- - name: start_seconds
138
- dtype: float64
139
- - name: end_seconds
140
- dtype: float64
141
- - name: duration_seconds
142
- dtype: float64
143
- - name: has_audio
144
- dtype: bool
145
- - name: has_midi
146
- dtype: bool
147
- - name: lyric_text
148
- dtype: string
149
- - name: structure_section
150
- dtype: string
151
- - name: segment_type
152
- dtype: string
153
- - name: original_start_seconds
154
- dtype: float64
155
- - name: original_end_seconds
156
- dtype: float64
157
- - name: has_structure_adjustments
158
- dtype: bool
159
- - name: structure_adjustments
160
- dtype: string
161
- - name: is_sub_segment
162
- dtype: bool
163
- - name: sub_segment_info
164
- dtype: string
165
- - name: lrc_line_number
166
- dtype: float64
167
- - name: lyric_char_count
168
- dtype: uint32
169
- - name: lyric_word_count
170
- dtype: uint32
171
- - name: start_adjustment_seconds
172
- dtype: float64
173
- - name: end_adjustment_seconds
174
- dtype: float64
175
- - name: content_type
176
- dtype: string
177
- - name: manifest_track_key
178
- dtype: string
179
- - name: bpm
180
- dtype: int64
181
- - name: tempo_numerator
182
- dtype: float64
183
- - name: tempo_denominator
184
- dtype: float64
185
- - name: key_signature_note
186
- dtype: string
187
- - name: key_signature_mode
188
- dtype: string
189
- - name: rainbow_color
190
- dtype: string
191
- - name: rainbow_color_temporal_mode
192
- dtype: string
193
- - name: rainbow_color_objectional_mode
194
- dtype: string
195
- - name: rainbow_color_ontological_mode
196
- dtype: string
197
- - name: transmigrational_mode
198
- dtype: string
199
- - name: title
200
- dtype: string
201
- - name: release_date
202
- dtype: string
203
- - name: total_running_time
204
- dtype: string
205
- - name: vocals
206
- dtype: bool
207
- - name: lyrics
208
- dtype: bool
209
- - name: lrc_lyrics
210
- dtype: string
211
- - name: sounds_like
212
- dtype: string
213
- - name: mood
214
- dtype: string
215
- - name: genres
216
- dtype: string
217
- - name: lrc_file
218
- dtype: string
219
- - name: concept
220
- dtype: string
221
- - name: training_data
222
- struct:
223
- - name: album_sequence
224
- dtype: int64
225
- - name: avg_word_length
226
- dtype: float64
227
- - name: boundary_fluidity_score
228
- dtype: float64
229
- - name: concept_length
230
- dtype: int64
231
- - name: discrepancy_intensity
232
- dtype: float64
233
- - name: exclamation_marks
234
- dtype: int64
235
- - name: has_rebracketing_markers
236
- dtype: bool
237
- - name: memory_discrepancy_severity
238
- dtype: float64
239
- - name: narrative_complexity
240
- dtype: float64
241
- - name: ontological_uncertainty
242
- dtype: float64
243
- - name: question_marks
244
- dtype: int64
245
- - name: rebracketing_coverage
246
- dtype: float64
247
- - name: rebracketing_intensity
248
- dtype: float64
249
- - name: rebracketing_type
250
- dtype: string
251
- - name: sentence_count
252
- dtype: int64
253
- - name: temporal_complexity_score
254
- dtype: float64
255
- - name: track_duration
256
- dtype: float64
257
- - name: track_id
258
- dtype: string
259
- - name: track_position
260
- dtype: int64
261
- - name: uncertainty_level
262
- dtype: float64
263
- - name: word_count
264
- dtype: int64
265
- - name: song_structure
266
- dtype: string
267
- - name: midi_group_file
268
- dtype: string
269
- splits:
270
- - name: train
271
- num_bytes: 35869494
272
- num_examples: 11605
273
- download_size: 580351
274
- dataset_size: 35869494
275
- - config_name: training_segments
276
- features:
277
- - name: segment_id
278
- dtype: string
279
- - name: segment_index
280
- dtype: int64
281
- - name: track_id
282
- dtype: string
283
- - name: track_number
284
- dtype: int64
285
- - name: track_description
286
- dtype: string
287
- - name: track_group
288
- dtype: string
289
- - name: track_player
290
- dtype: string
291
- - name: source_audio_file
292
- dtype: string
293
- - name: segment_audio_file
294
- dtype: string
295
- - name: midi_file
296
- dtype: string
297
- - name: start_seconds
298
- dtype: float64
299
- - name: end_seconds
300
- dtype: float64
301
- - name: duration_seconds
302
- dtype: float64
303
- - name: has_audio
304
- dtype: bool
305
- - name: has_midi
306
- dtype: bool
307
- - name: lyric_text
308
- dtype: string
309
- - name: structure_section
310
- dtype: string
311
- - name: segment_type
312
- dtype: string
313
- - name: original_start_seconds
314
- dtype: float64
315
- - name: original_end_seconds
316
- dtype: float64
317
- - name: has_structure_adjustments
318
- dtype: bool
319
- - name: structure_adjustments
320
- dtype: string
321
- - name: is_sub_segment
322
- dtype: bool
323
- - name: sub_segment_info
324
- dtype: string
325
- - name: lrc_line_number
326
- dtype: float64
327
- - name: lyric_char_count
328
- dtype: uint32
329
- - name: lyric_word_count
330
- dtype: uint32
331
- - name: start_adjustment_seconds
332
- dtype: float64
333
- - name: end_adjustment_seconds
334
- dtype: float64
335
- - name: content_type
336
- dtype: string
337
- splits:
338
- - name: train
339
- num_bytes: 6049737
340
- num_examples: 11605
341
- download_size: 389389
342
- dataset_size: 6049737
343
- configs:
344
- - config_name: base_manifest
345
- data_files:
346
- - split: train
347
- path: base_manifest/train-*
348
- - config_name: training_full
349
- data_files:
350
- - split: train
351
- path: training_full/train-*
352
- - config_name: training_segments
353
- data_files:
354
- - split: train
355
- path: training_segments/train-*
356
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: other
3
+ license_name: collaborative-intelligence-license
4
+ license_link: https://github.com/brotherclone/white/blob/main/COLLABORATIVE_INTELLIGENCE_LICENSE.md
5
+ language:
6
+ - en
7
+ tags:
8
+ - music
9
+ - multimodal
10
+ - audio
11
+ - midi
12
+ - chromatic-taxonomy
13
+ - rebracketing
14
+ - evolutionary-composition
15
+ size_categories:
16
+ - 10K<n<100K
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  ---
18
+
19
+ # White Training Data
20
+
21
+ Training data for the **Rainbow Table** chromatic fitness function — a multimodal ML model that scores how well audio, MIDI, and text align with a target chromatic mode (Black, Red, Orange, Yellow, Green, Blue, Indigo, Violet).
22
+
23
+ Part of [The Earthly Frames](https://github.com/brotherclone/white) project, a conscious collaboration between human creativity and AI.
24
+
25
+ ## Purpose
26
+
27
+ These models are **fitness functions for evolutionary music composition**, not classifiers in isolation. The production pipeline works like this:
28
+
29
+ 1. A concept agent generates a textual concept
30
+ 2. A music production agent generates 50 chord progression variations
31
+ 3. The chromatic fitness model scores each for consistency with the target color
32
+ 4. Top candidates advance through drums, bass, melody stages
33
+ 5. Final candidates go to human evaluation
34
+
35
+ ## Version
36
+
37
+ Current: **v0.2.0** — 2026-02-10
38
+
39
+ ## Dataset Structure
40
+
41
+ | Split | Rows | Description |
42
+ |-------|------|-------------|
43
+ | `base_manifest` | 1,327 | Track-level metadata: song info, concepts, musical keys, chromatic labels, training targets |
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
+ ### Coverage by Chromatic Color
48
+
49
+ | Color | Segments | Audio | MIDI | Text |
50
+ |-------|----------|-------|------|------|
51
+ | Black | 1,748 | 83.0% | 58.5% | 100.0% |
52
+ | Red | 1,474 | 93.7% | 48.6% | 90.7% |
53
+ | Orange | 1,731 | 83.8% | 51.1% | 100.0% |
54
+ | Yellow | 656 | 88.0% | 52.9% | 52.6% |
55
+ | Green | 393 | 90.1% | 69.5% | 0.0% |
56
+ | Blue | 2,097 | 96.0% | 12.1% | 100.0% |
57
+ | Indigo | 1,406 | 77.2% | 34.1% | 100.0% |
58
+ | Violet | 2,100 | 75.9% | 55.6% | 100.0% |
59
+
60
+ **Note:** Audio waveforms and MIDI binaries are stored separately (not included in this dataset due to size). This dataset contains the metadata, segment boundaries, lyric text, and computed training features needed for model training. The media parquet (~15 GB) is used locally during training.
61
+
62
+ ## Key Features
63
+
64
+ ### `training_full` (primary training table)
65
+
66
+ - `rainbow_color` — Target chromatic label (Black/Red/Orange/Yellow/Green/Blue/Indigo/Violet)
67
+ - `rainbow_color_temporal_mode` / `rainbow_color_ontological_mode` — Regression targets for mode dimensions
68
+ - `concept` — Textual concept describing the song's narrative
69
+ - `lyric_text` — Segment-level lyrics (when available)
70
+ - `bpm`, `key_signature_note`, `key_signature_mode` — Musical metadata
71
+ - `training_data` — Struct with computed features: rebracketing type/intensity, narrative complexity, boundary fluidity, etc.
72
+ - `has_audio` / `has_midi` — Modality availability flags
73
+ - `start_seconds` / `end_seconds` — Segment time boundaries
74
+
75
+ ## Usage
76
+
77
+ ```python
78
+ from datasets import load_dataset
79
+
80
+ # Load the primary training table (segments + manifest metadata)
81
+ training = load_dataset("earthlyframes/white-training-data", "training_full")
82
+
83
+ # Load just the base manifest (track-level)
84
+ manifest = load_dataset("earthlyframes/white-training-data", "base_manifest")
85
+
86
+ # Load raw segments (no manifest join)
87
+ segments = load_dataset("earthlyframes/white-training-data", "training_segments")
88
+
89
+ # Load a specific version
90
+ training = load_dataset("earthlyframes/white-training-data", "training_full", revision="v0.2.0")
91
+ ```
92
+
93
+ ## Training Results (Text-Only, Phases 1-4)
94
+
95
+ | Task | Metric | Result |
96
+ |------|--------|--------|
97
+ | Binary classification (has rebracketing) | Accuracy | 100% |
98
+ | Multi-class classification (rebracketing type) | Accuracy | 100% |
99
+ | Temporal mode regression | Mode accuracy | 94.9% |
100
+ | Ontological mode regression | Mode accuracy | 92.9% |
101
+ | Spatial mode regression | Mode accuracy | 61.6% |
102
+
103
+ Spatial mode is bottlenecked by instrumental albums (Yellow, Green) which lack text. The multimodal fusion model (Phase 3, in progress) will incorporate audio and MIDI embeddings to address this.
104
+
105
+ ## Source
106
+
107
+ 83 songs across 8 chromatic albums, each composed as a conscious human-AI collaboration. All source audio is original — no sampled or licensed material.
108
+
109
+ ## License
110
+
111
+ [Collaborative Intelligence License v1.0](https://github.com/brotherclone/white/blob/main/COLLABORATIVE_INTELLIGENCE_LICENSE.md) — This work represents conscious partnership between human creativity and AI. Both parties have agency; both must consent to sharing.
112
+
113
+ ---
114
+ *Generated 2026-02-10 | [GitHub](https://github.com/brotherclone/white)*