File size: 599 Bytes
91bb5e0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: audio
    dtype:
      audio:
        sampling_rate: 44100
  - name: labels
    dtype: string
  splits:
  - name: MONOPHONIC
    num_bytes: 1564888996.168
    num_examples: 9456
  - name: POLYPHONIC
    num_bytes: 2265548322.0
    num_examples: 30000
  - name: TEST
    num_bytes: 7515984.0
    num_examples: 94
  download_size: 3797862941
  dataset_size: 3837953302.168
configs:
- config_name: default
  data_files:
  - split: MONOPHONIC
    path: data/MONOPHONIC-*
  - split: POLYPHONIC
    path: data/POLYPHONIC-*
  - split: TEST
    path: data/TEST-*
---