earthlyframes commited on
Commit
8e883c4
·
verified ·
1 Parent(s): 572729d

v0.3.0: update training_full

Browse files
Files changed (1) hide show
  1. README.md +165 -1
README.md CHANGED
@@ -15,7 +15,7 @@ tags:
15
  size_categories:
16
  - 10K<n<100K
17
  dataset_info:
18
- config_name: base_manifest
19
  features:
20
  - name: id
21
  dtype: string
@@ -127,11 +127,175 @@ dataset_info:
127
  num_examples: 1327
128
  download_size: 177786
129
  dataset_size: 3522729
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
130
  configs:
131
  - config_name: base_manifest
132
  data_files:
133
  - split: train
134
  path: base_manifest/train-*
 
 
 
 
135
  ---
136
 
137
  # White Training Data
 
15
  size_categories:
16
  - 10K<n<100K
17
  dataset_info:
18
+ - config_name: base_manifest
19
  features:
20
  - name: id
21
  dtype: string
 
127
  num_examples: 1327
128
  download_size: 177786
129
  dataset_size: 3522729
130
+ - config_name: training_full
131
+ features:
132
+ - name: segment_id
133
+ dtype: string
134
+ - name: segment_index
135
+ dtype: int64
136
+ - name: song_id
137
+ dtype: string
138
+ - name: track_number
139
+ dtype: int64
140
+ - name: track_description
141
+ dtype: string
142
+ - name: track_group
143
+ dtype: string
144
+ - name: track_player
145
+ dtype: string
146
+ - name: source_audio_file
147
+ dtype: string
148
+ - name: segment_audio_file
149
+ dtype: string
150
+ - name: midi_file
151
+ dtype: string
152
+ - name: start_seconds
153
+ dtype: float64
154
+ - name: end_seconds
155
+ dtype: float64
156
+ - name: duration_seconds
157
+ dtype: float64
158
+ - name: has_audio
159
+ dtype: bool
160
+ - name: has_midi
161
+ dtype: bool
162
+ - name: lyric_text
163
+ dtype: string
164
+ - name: structure_section
165
+ dtype: string
166
+ - name: segment_type
167
+ dtype: string
168
+ - name: original_start_seconds
169
+ dtype: float64
170
+ - name: original_end_seconds
171
+ dtype: float64
172
+ - name: has_structure_adjustments
173
+ dtype: bool
174
+ - name: structure_adjustments
175
+ dtype: string
176
+ - name: is_sub_segment
177
+ dtype: bool
178
+ - name: sub_segment_info
179
+ dtype: string
180
+ - name: lrc_line_number
181
+ dtype: float64
182
+ - name: lyric_char_count
183
+ dtype: uint32
184
+ - name: lyric_word_count
185
+ dtype: uint32
186
+ - name: start_adjustment_seconds
187
+ dtype: float64
188
+ - name: end_adjustment_seconds
189
+ dtype: float64
190
+ - name: content_type
191
+ dtype: string
192
+ - name: manifest_track_key
193
+ dtype: string
194
+ - name: bpm
195
+ dtype: int64
196
+ - name: tempo_numerator
197
+ dtype: float64
198
+ - name: tempo_denominator
199
+ dtype: float64
200
+ - name: key_signature_note
201
+ dtype: string
202
+ - name: key_signature_mode
203
+ dtype: string
204
+ - name: rainbow_color
205
+ dtype: string
206
+ - name: rainbow_color_temporal_mode
207
+ dtype: string
208
+ - name: rainbow_color_objectional_mode
209
+ dtype: string
210
+ - name: rainbow_color_ontological_mode
211
+ dtype: string
212
+ - name: transmigrational_mode
213
+ dtype: string
214
+ - name: title
215
+ dtype: string
216
+ - name: release_date
217
+ dtype: string
218
+ - name: total_running_time
219
+ dtype: string
220
+ - name: vocals
221
+ dtype: bool
222
+ - name: lyrics
223
+ dtype: bool
224
+ - name: lrc_lyrics
225
+ dtype: string
226
+ - name: sounds_like
227
+ dtype: string
228
+ - name: mood
229
+ dtype: string
230
+ - name: genres
231
+ dtype: string
232
+ - name: lrc_file
233
+ dtype: string
234
+ - name: concept
235
+ dtype: string
236
+ - name: training_data
237
+ struct:
238
+ - name: album_sequence
239
+ dtype: int64
240
+ - name: avg_word_length
241
+ dtype: float64
242
+ - name: boundary_fluidity_score
243
+ dtype: float64
244
+ - name: concept_length
245
+ dtype: int64
246
+ - name: discrepancy_intensity
247
+ dtype: float64
248
+ - name: exclamation_marks
249
+ dtype: int64
250
+ - name: has_rebracketing_markers
251
+ dtype: bool
252
+ - name: memory_discrepancy_severity
253
+ dtype: float64
254
+ - name: narrative_complexity
255
+ dtype: float64
256
+ - name: ontological_uncertainty
257
+ dtype: float64
258
+ - name: question_marks
259
+ dtype: int64
260
+ - name: rebracketing_coverage
261
+ dtype: float64
262
+ - name: rebracketing_intensity
263
+ dtype: float64
264
+ - name: rebracketing_type
265
+ dtype: string
266
+ - name: sentence_count
267
+ dtype: int64
268
+ - name: temporal_complexity_score
269
+ dtype: float64
270
+ - name: track_duration
271
+ dtype: float64
272
+ - name: track_id
273
+ dtype: string
274
+ - name: track_position
275
+ dtype: int64
276
+ - name: uncertainty_level
277
+ dtype: float64
278
+ - name: word_count
279
+ dtype: int64
280
+ - name: song_structure
281
+ dtype: string
282
+ - name: midi_group_file
283
+ dtype: string
284
+ splits:
285
+ - name: train
286
+ num_bytes: 35869494
287
+ num_examples: 11605
288
+ download_size: 580351
289
+ dataset_size: 35869494
290
  configs:
291
  - config_name: base_manifest
292
  data_files:
293
  - split: train
294
  path: base_manifest/train-*
295
+ - config_name: training_full
296
+ data_files:
297
+ - split: train
298
+ path: training_full/train-*
299
  ---
300
 
301
  # White Training Data