File size: 605 Bytes
909ec0a
 
cb37281
 
 
 
 
 
909ec0a
cb37281
 
 
 
 
 
 
 
 
 
 
 
 
 
 
909ec0a
cb37281
 
 
 
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: audio
      dtype: audio
    - name: text
      dtype: string
    - name: speaker_id
      dtype: string
  splits:
    - name: train
      num_bytes: 95,126,174
      num_examples: 264
      dataset_size: 91.2
      path: data/train-*
    - name: test
      num_bytes: 24,879,460
      num_examples: 69
      dataset_size: 23.8
      path: data/test-*
    - name: eval
      num_bytes: 24,594,156
      num_examples: 69
      dataset_size: 23.6
      path: data/eval-*
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*