autonlp-data-processor commited on
Commit
b267ae1
1 Parent(s): 49cc4b0

Processed data from autonlp data processor ([2021-06-08 10:15 ]

Browse files
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:871867cd008869daac39bfccec6b8b2d8b173ef8e5c246cd29ef11547d6245cd
3
+ size 3479736
processed/train/dataset_info.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "tags": {
11
+ "_type": "Sequence",
12
+ "feature": {
13
+ "_type": "ClassLabel",
14
+ "id": null,
15
+ "names": [
16
+ "B-LOC",
17
+ "B-MISC",
18
+ "B-ORG",
19
+ "B-PER",
20
+ "I-LOC",
21
+ "I-MISC",
22
+ "I-ORG",
23
+ "I-PER",
24
+ "O"
25
+ ],
26
+ "names_file": null,
27
+ "num_classes": 9
28
+ },
29
+ "id": null,
30
+ "length": -1
31
+ },
32
+ "tokens": {
33
+ "_type": "Sequence",
34
+ "feature": {
35
+ "_type": "Value",
36
+ "dtype": "string",
37
+ "id": null
38
+ },
39
+ "id": null,
40
+ "length": -1
41
+ }
42
+ },
43
+ "homepage": "",
44
+ "license": "",
45
+ "post_processed": null,
46
+ "post_processing_size": null,
47
+ "size_in_bytes": null,
48
+ "splits": {
49
+ "train": {
50
+ "dataset_name": null,
51
+ "name": "train",
52
+ "num_bytes": 0,
53
+ "num_examples": 14987
54
+ }
55
+ },
56
+ "supervised_keys": null,
57
+ "task_templates": null,
58
+ "version": null
59
+ }
processed/train/state.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "08c6c5374e53cc7c",
8
+ "_format_columns": [
9
+ "tags",
10
+ "tokens"
11
+ ],
12
+ "_format_kwargs": {},
13
+ "_format_type": null,
14
+ "_indexes": {},
15
+ "_indices_data_files": null,
16
+ "_output_all_columns": false,
17
+ "_split": null
18
+ }
processed/valid/dataset.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:871867cd008869daac39bfccec6b8b2d8b173ef8e5c246cd29ef11547d6245cd
3
+ size 3479736
processed/valid/dataset_info.json ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "tags": {
11
+ "_type": "Sequence",
12
+ "feature": {
13
+ "_type": "ClassLabel",
14
+ "id": null,
15
+ "names": [
16
+ "B-LOC",
17
+ "B-MISC",
18
+ "B-ORG",
19
+ "B-PER",
20
+ "I-LOC",
21
+ "I-MISC",
22
+ "I-ORG",
23
+ "I-PER",
24
+ "O"
25
+ ],
26
+ "names_file": null,
27
+ "num_classes": 9
28
+ },
29
+ "id": null,
30
+ "length": -1
31
+ },
32
+ "tokens": {
33
+ "_type": "Sequence",
34
+ "feature": {
35
+ "_type": "Value",
36
+ "dtype": "string",
37
+ "id": null
38
+ },
39
+ "id": null,
40
+ "length": -1
41
+ }
42
+ },
43
+ "homepage": "",
44
+ "license": "",
45
+ "post_processed": null,
46
+ "post_processing_size": null,
47
+ "size_in_bytes": null,
48
+ "splits": {
49
+ "valid": {
50
+ "dataset_name": null,
51
+ "name": "valid",
52
+ "num_bytes": 0,
53
+ "num_examples": 14987
54
+ }
55
+ },
56
+ "supervised_keys": null,
57
+ "task_templates": null,
58
+ "version": null
59
+ }
processed/valid/state.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "7fed9e3c1afe83eb",
8
+ "_format_columns": [
9
+ "tags",
10
+ "tokens"
11
+ ],
12
+ "_format_kwargs": {},
13
+ "_format_type": null,
14
+ "_indexes": {},
15
+ "_indices_data_files": null,
16
+ "_output_all_columns": false,
17
+ "_split": null
18
+ }