File size: 1,152 Bytes
b5cb1bc f964dce b5cb1bc f964dce b5cb1bc |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 |
---
dataset_info:
features:
- name: audio_mix
dtype:
audio:
sampling_rate: 44100
mono: false
decode: false
- name: audio_vocal
dtype:
audio:
sampling_rate: 44100
mono: false
decode: false
- name: audio_bass
dtype:
audio:
sampling_rate: 44100
mono: false
decode: false
- name: audio_drums
dtype:
audio:
sampling_rate: 44100
mono: false
decode: false
- name: audio_other
dtype:
audio:
sampling_rate: 44100
mono: false
decode: false
- name: path_mix
dtype: string
- name: path_vocal
dtype: string
- name: path_bass
dtype: string
- name: path_drums
dtype: string
- name: path_other
dtype: string
splits:
- name: train
num_bytes: 20007178739.0
num_examples: 477
- name: validation
num_bytes: 10989266694.0
num_examples: 262
download_size: 26511033130
dataset_size: 30996445433.0
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
---
|