Anonumous commited on
Commit
dd600e7
·
verified ·
1 Parent(s): 9c2b978

Upload dataset

Browse files
Crowd/train-00000-of-00005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27ae4733c91c643088383f944283c4cc97fac5ad3f07359cfde9d0960470be27
3
+ size 3367396850
Crowd/train-00001-of-00005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b7aad0cb60f35a551c633f3617bbe09d6914b1fa897989c02186abaccc1cdcc
3
+ size 3366979753
Crowd/train-00002-of-00005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6780e8969c7c26579093d4a122ab5b12e2680c270bbfa311026fc093351057bd
3
+ size 3363941708
Crowd/train-00003-of-00005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32ecf33b6afba4e8442aa506f1236ce5585e59687e4a1061f59f3712f60db8a6
3
+ size 3369074365
Crowd/train-00004-of-00005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62a77aaf13a6daf0fbc788202b7232435a25cfd0610860649ef6fbd9a2d113c3
3
+ size 3369750122
Crowd/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab9931aacc58563ddbe363ebf09c79d9fcc50aae0422458fe35a19fabd2da9a5
3
+ size 171233290
README.md ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ config_name: Crowd
4
+ features:
5
+ - name: audio
6
+ dtype:
7
+ audio:
8
+ sampling_rate: 16000
9
+ - name: original_text
10
+ dtype: string
11
+ - name: text
12
+ dtype: string
13
+ splits:
14
+ - name: train
15
+ num_bytes: 17255859383.0
16
+ num_examples: 979796
17
+ - name: validation
18
+ num_bytes: 175567488.0
19
+ num_examples: 9994
20
+ download_size: 17008376088
21
+ dataset_size: 17431426871.0
22
+ configs:
23
+ - config_name: Crowd
24
+ data_files:
25
+ - split: train
26
+ path: Crowd/train-*
27
+ - split: validation
28
+ path: Crowd/validation-*
29
+ ---