autonlp-data-processor
commited on
Commit
•
577a360
1
Parent(s):
814b302
Processed data from autonlp data processor ([2021-06-10 17:24 ]
Browse files- processed/dataset_dict.json +1 -0
- processed/train/dataset.arrow +3 -0
- processed/train/dataset_info.json +40 -0
- processed/train/state.json +19 -0
- processed/valid/dataset.arrow +3 -0
- processed/valid/dataset_info.json +40 -0
- processed/valid/state.json +19 -0
processed/dataset_dict.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"splits": ["train", "valid"]}
|
processed/train/dataset.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:748a9dc6d1bd7d556e6948335e2947ff303b77376b86ec611519bbbcba999784
|
3 |
+
size 92817736
|
processed/train/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 |
+
"split": {
|
11 |
+
"dtype": "string",
|
12 |
+
"id": null,
|
13 |
+
"_type": "Value"
|
14 |
+
},
|
15 |
+
"target": {
|
16 |
+
"num_classes": 2,
|
17 |
+
"names": [
|
18 |
+
"0",
|
19 |
+
"1"
|
20 |
+
],
|
21 |
+
"names_file": null,
|
22 |
+
"id": null,
|
23 |
+
"_type": "ClassLabel"
|
24 |
+
},
|
25 |
+
"text": {
|
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 |
+
}
|
processed/train/state.json
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "dataset.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "c28b8cb82bd9ca0b",
|
8 |
+
"_format_columns": [
|
9 |
+
"split",
|
10 |
+
"target",
|
11 |
+
"text"
|
12 |
+
],
|
13 |
+
"_format_kwargs": {},
|
14 |
+
"_format_type": null,
|
15 |
+
"_indexes": {},
|
16 |
+
"_indices_data_files": null,
|
17 |
+
"_output_all_columns": false,
|
18 |
+
"_split": null
|
19 |
+
}
|
processed/valid/dataset.arrow
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3ddf7666eb5fb5ad6cbc3ef00a87c4380549322266a0300ea4ab0421811bdf3b
|
3 |
+
size 11732552
|
processed/valid/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 |
+
"split": {
|
11 |
+
"dtype": "string",
|
12 |
+
"id": null,
|
13 |
+
"_type": "Value"
|
14 |
+
},
|
15 |
+
"target": {
|
16 |
+
"num_classes": 2,
|
17 |
+
"names": [
|
18 |
+
"0",
|
19 |
+
"1"
|
20 |
+
],
|
21 |
+
"names_file": null,
|
22 |
+
"id": null,
|
23 |
+
"_type": "ClassLabel"
|
24 |
+
},
|
25 |
+
"text": {
|
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 |
+
}
|
processed/valid/state.json
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_data_files": [
|
3 |
+
{
|
4 |
+
"filename": "dataset.arrow"
|
5 |
+
}
|
6 |
+
],
|
7 |
+
"_fingerprint": "2c6b9ed1763c55a6",
|
8 |
+
"_format_columns": [
|
9 |
+
"split",
|
10 |
+
"target",
|
11 |
+
"text"
|
12 |
+
],
|
13 |
+
"_format_kwargs": {},
|
14 |
+
"_format_type": null,
|
15 |
+
"_indexes": {},
|
16 |
+
"_indices_data_files": null,
|
17 |
+
"_output_all_columns": false,
|
18 |
+
"_split": null
|
19 |
+
}
|