File size: 668 Bytes
f473bad d6afe6c f473bad d6afe6c f473bad |
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 |
---
dataset_info:
features:
- name: audio
dtype: audio
- name: song_id
dtype: int64
- name: genre_id
dtype: int64
- name: genre
dtype: string
- name: vocals
dtype: audio
- name: others
dtype: audio
splits:
- name: train
num_bytes: 795140764.0
num_examples: 100
- name: other
num_bytes: 365764632.76
num_examples: 46
- name: clean
num_bytes: 429375873.24
num_examples: 54
download_size: 1501535930
dataset_size: 1590281270.0
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: other
path: data/other-*
- split: clean
path: data/clean-*
---
|