File size: 490 Bytes
f489f33
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: audio
    dtype:
      audio:
        sampling_rate: 16000
  - name: text
    dtype: string
  - name: id
    dtype: string
  splits:
  - name: train
    num_bytes: 2807346.3333333335
    num_examples: 7
  - name: test
    num_bytes: 840129.6666666666
    num_examples: 2
  download_size: 3652647
  dataset_size: 3647476.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---