Commit ·
f6d5b07
1
Parent(s): 750106c
add data
Browse files- part_7/dataset.arrow +3 -0
- part_7/dataset_info.json +40 -0
- part_7/state.json +19 -0
part_7/dataset.arrow
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:554c144021acda1b181b13d576013507deca4a32b695afda9bafe885380df082
|
| 3 |
+
size 2849348912
|
part_7/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_7/state.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_data_files": [
|
| 3 |
+
{
|
| 4 |
+
"filename": "dataset.arrow"
|
| 5 |
+
}
|
| 6 |
+
],
|
| 7 |
+
"_fingerprint": "59cff347637786cf",
|
| 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 |
+
}
|