File size: 502 Bytes
6f04e37
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: speaker_id
    dtype: string
  - name: audio
    dtype:
      audio:
        sampling_rate: 16000
  - name: speaker_id2
    dtype: string
  - name: audio2
    dtype:
      audio:
        sampling_rate: 16000
  - name: label
    dtype: string
  splits:
  - name: train
    num_bytes: 996521923.0
    num_examples: 679
  download_size: 589561898
  dataset_size: 996521923.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---