diarray commited on
Commit
3959697
·
verified ·
1 Parent(s): 5f5c619

upload subset 'human-corrected' (attempt 1)

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ config_name: human-corrected
4
+ features:
5
+ - name: text
6
+ dtype: string
7
+ - name: duration
8
+ dtype: float64
9
+ - name: audio
10
+ dtype: audio
11
+ - name: label-v1
12
+ dtype: string
13
+ - name: label-v2
14
+ dtype: string
15
+ splits:
16
+ - name: train
17
+ num_bytes: 62771143761
18
+ num_examples: 253290
19
+ - name: test
20
+ num_bytes: 1515394591
21
+ num_examples: 6718
22
+ download_size: 59319505964
23
+ dataset_size: 64286538352
24
+ configs:
25
+ - config_name: human-corrected
26
+ data_files:
27
+ - split: train
28
+ path: human-corrected/train-*
29
+ - split: test
30
+ path: human-corrected/test-*
31
+ ---