File size: 862 Bytes
7285f65
0a3928f
 
7285f65
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
39
40
41
42
43
44
45
---
language:
- en
dataset_info:
  features:
  - name: audio
    dtype:
      audio:
        sampling_rate: 16000
  - name: gt
    dtype: string
  - name: source
    dtype: string
  - name: text
    dtype: string
  - name: WavPath
    dtype: string
  splits:
  - name: test_clean
    num_bytes: 371842637.7387023
    num_examples: 2619
  - name: dev_clean
    num_bytes: 348519974.902
    num_examples: 2703
  - name: test_other
    num_bytes: 352729880.999
    num_examples: 2939
  - name: dev_other
    num_bytes: 361237098.464
    num_examples: 2864
  download_size: 1344033003
  dataset_size: 1434329592.1037023
configs:
- config_name: default
  data_files:
  - split: test_clean
    path: data/test_clean-*
  - split: dev_clean
    path: data/dev_clean-*
  - split: test_other
    path: data/test_other-*
  - split: dev_other
    path: data/dev_other-*
---