nguyenvulebinh commited on
Commit
7e87f8e
1 Parent(s): 8536256
part_2/dataset.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a19ba741a6fae2527f692e23a9f149a436260fb11fa480b3767325a525738bed
3
+ size 2851805272
part_2/dataset_info.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": null,
3
+ "citation": "",
4
+ "config_name": null,
5
+ "dataset_size": null,
6
+ "description": "",
7
+ "download_checksums": null,
8
+ "download_size": null,
9
+ "features": {
10
+ "speech": {
11
+ "feature": {
12
+ "dtype": "float64",
13
+ "id": null,
14
+ "_type": "Value"
15
+ },
16
+ "length": -1,
17
+ "id": null,
18
+ "_type": "Sequence"
19
+ },
20
+ "sampling_rate": {
21
+ "dtype": "int64",
22
+ "id": null,
23
+ "_type": "Value"
24
+ },
25
+ "label": {
26
+ "dtype": "string",
27
+ "id": null,
28
+ "_type": "Value"
29
+ }
30
+ },
31
+ "homepage": "",
32
+ "license": "",
33
+ "post_processed": null,
34
+ "post_processing_size": null,
35
+ "size_in_bytes": null,
36
+ "splits": null,
37
+ "supervised_keys": null,
38
+ "task_templates": null,
39
+ "version": null
40
+ }
part_2/state.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "ef366c4e6bf47ba9",
8
+ "_format_columns": [
9
+ "speech",
10
+ "sampling_rate",
11
+ "label"
12
+ ],
13
+ "_format_kwargs": {},
14
+ "_format_type": null,
15
+ "_indexes": {},
16
+ "_indices_data_files": null,
17
+ "_output_all_columns": false,
18
+ "_split": null
19
+ }