Datasets:
v0.3.0: update training_segments
Browse files
README.md
CHANGED
|
@@ -287,6 +287,74 @@ dataset_info:
|
|
| 287 |
num_examples: 11605
|
| 288 |
download_size: 580351
|
| 289 |
dataset_size: 35869494
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 290 |
configs:
|
| 291 |
- config_name: base_manifest
|
| 292 |
data_files:
|
|
@@ -296,6 +364,10 @@ configs:
|
|
| 296 |
data_files:
|
| 297 |
- split: train
|
| 298 |
path: training_full/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 299 |
---
|
| 300 |
|
| 301 |
# White Training Data
|
|
|
|
| 287 |
num_examples: 11605
|
| 288 |
download_size: 580351
|
| 289 |
dataset_size: 35869494
|
| 290 |
+
- config_name: training_segments
|
| 291 |
+
features:
|
| 292 |
+
- name: segment_id
|
| 293 |
+
dtype: string
|
| 294 |
+
- name: segment_index
|
| 295 |
+
dtype: int64
|
| 296 |
+
- name: track_id
|
| 297 |
+
dtype: string
|
| 298 |
+
- name: track_number
|
| 299 |
+
dtype: int64
|
| 300 |
+
- name: track_description
|
| 301 |
+
dtype: string
|
| 302 |
+
- name: track_group
|
| 303 |
+
dtype: string
|
| 304 |
+
- name: track_player
|
| 305 |
+
dtype: string
|
| 306 |
+
- name: source_audio_file
|
| 307 |
+
dtype: string
|
| 308 |
+
- name: segment_audio_file
|
| 309 |
+
dtype: string
|
| 310 |
+
- name: midi_file
|
| 311 |
+
dtype: string
|
| 312 |
+
- name: start_seconds
|
| 313 |
+
dtype: float64
|
| 314 |
+
- name: end_seconds
|
| 315 |
+
dtype: float64
|
| 316 |
+
- name: duration_seconds
|
| 317 |
+
dtype: float64
|
| 318 |
+
- name: has_audio
|
| 319 |
+
dtype: bool
|
| 320 |
+
- name: has_midi
|
| 321 |
+
dtype: bool
|
| 322 |
+
- name: lyric_text
|
| 323 |
+
dtype: string
|
| 324 |
+
- name: structure_section
|
| 325 |
+
dtype: string
|
| 326 |
+
- name: segment_type
|
| 327 |
+
dtype: string
|
| 328 |
+
- name: original_start_seconds
|
| 329 |
+
dtype: float64
|
| 330 |
+
- name: original_end_seconds
|
| 331 |
+
dtype: float64
|
| 332 |
+
- name: has_structure_adjustments
|
| 333 |
+
dtype: bool
|
| 334 |
+
- name: structure_adjustments
|
| 335 |
+
dtype: string
|
| 336 |
+
- name: is_sub_segment
|
| 337 |
+
dtype: bool
|
| 338 |
+
- name: sub_segment_info
|
| 339 |
+
dtype: string
|
| 340 |
+
- name: lrc_line_number
|
| 341 |
+
dtype: float64
|
| 342 |
+
- name: lyric_char_count
|
| 343 |
+
dtype: uint32
|
| 344 |
+
- name: lyric_word_count
|
| 345 |
+
dtype: uint32
|
| 346 |
+
- name: start_adjustment_seconds
|
| 347 |
+
dtype: float64
|
| 348 |
+
- name: end_adjustment_seconds
|
| 349 |
+
dtype: float64
|
| 350 |
+
- name: content_type
|
| 351 |
+
dtype: string
|
| 352 |
+
splits:
|
| 353 |
+
- name: train
|
| 354 |
+
num_bytes: 6049737
|
| 355 |
+
num_examples: 11605
|
| 356 |
+
download_size: 389389
|
| 357 |
+
dataset_size: 6049737
|
| 358 |
configs:
|
| 359 |
- config_name: base_manifest
|
| 360 |
data_files:
|
|
|
|
| 364 |
data_files:
|
| 365 |
- split: train
|
| 366 |
path: training_full/train-*
|
| 367 |
+
- config_name: training_segments
|
| 368 |
+
data_files:
|
| 369 |
+
- split: train
|
| 370 |
+
path: training_segments/train-*
|
| 371 |
---
|
| 372 |
|
| 373 |
# White Training Data
|