File size: 505 Bytes
cc6d1ff
 
 
 
 
 
 
 
 
 
 
 
 
 
 
556b9a1
 
 
 
 
cc6d1ff
 
 
 
 
556b9a1
 
cc6d1ff
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
  - name: text
    dtype: string
  - name: noisy_speech
    sequence: float64
  - name: noise
    dtype: string
  splits:
  - name: train
    num_bytes: 1132681477.176
    num_examples: 3168
  - name: test
    num_bytes: 176892292.0
    num_examples: 459
  download_size: 1041640434
  dataset_size: 1309573769.176
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---