earthlyframes commited on
Commit
1254ab2
·
verified ·
1 Parent(s): ab1d744

v0.3.0: update training_full

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