nguyenvulebinh
commited on
Commit
•
1775413
1
Parent(s):
28a8dce
add data
Browse files- part_9/dataset.arrow +3 -0
- part_9/dataset_info.json +40 -0
- part_9/state.json +19 -0
part_9/dataset.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:012a9654e8c420e93488468399e266b75c2765cd44d2eee029b42f8260a947ea
|
3 |
+
size 2848326480
|
part_9/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_9/state.json
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "dataset.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "9e55db1df6c76aae",
|
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 |
+
}
|