autotrain-data-processor commited on
Commit
0bcde01
1 Parent(s): 67d50a2

Processed data from AutoTrain data processor ([2022-08-19 06:52 ]

Browse files
README.md ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ {}
3
+
4
+ ---
5
+ # AutoTrain Dataset for project: MedicalTokenClassification
6
+
7
+ ## Dataset Descritpion
8
+
9
+ This dataset has been automatically processed by AutoTrain for project MedicalTokenClassification.
10
+
11
+ ### Languages
12
+
13
+ The BCP-47 code for the dataset's language is unk.
14
+
15
+ ## Dataset Structure
16
+
17
+ ### Data Instances
18
+
19
+ A sample from this dataset looks as follows:
20
+
21
+ ```json
22
+ [
23
+ {
24
+ "feat_id": "13104",
25
+ "tokens": [
26
+ "Jackie",
27
+ "Frank"
28
+ ],
29
+ "feat_pos_tags": [
30
+ 21,
31
+ 21
32
+ ],
33
+ "feat_chunk_tags": [
34
+ 5,
35
+ 16
36
+ ],
37
+ "tags": [
38
+ 3,
39
+ 7
40
+ ]
41
+ },
42
+ {
43
+ "feat_id": "9297",
44
+ "tokens": [
45
+ "U.S.",
46
+ "lauds",
47
+ "Russian-Chechen",
48
+ "deal",
49
+ "."
50
+ ],
51
+ "feat_pos_tags": [
52
+ 21,
53
+ 20,
54
+ 15,
55
+ 20,
56
+ 7
57
+ ],
58
+ "feat_chunk_tags": [
59
+ 5,
60
+ 16,
61
+ 16,
62
+ 16,
63
+ 22
64
+ ],
65
+ "tags": [
66
+ 0,
67
+ 8,
68
+ 1,
69
+ 8,
70
+ 8
71
+ ]
72
+ }
73
+ ]
74
+ ```
75
+
76
+ ### Dataset Fields
77
+
78
+ The dataset has the following fields (also called "features"):
79
+
80
+ ```json
81
+ {
82
+ "feat_id": "Value(dtype='string', id=None)",
83
+ "tokens": "Sequence(feature=Value(dtype='string', id=None), length=-1, id=None)",
84
+ "feat_pos_tags": "Sequence(feature=ClassLabel(num_classes=47, names=['\"', '#', '$', \"''\", '(', ')', ',', '.', ':', 'CC', 'CD', 'DT', 'EX', 'FW', 'IN', 'JJ', 'JJR', 'JJS', 'LS', 'MD', 'NN', 'NNP', 'NNPS', 'NNS', 'NN|SYM', 'PDT', 'POS', 'PRP', 'PRP$', 'RB', 'RBR', 'RBS', 'RP', 'SYM', 'TO', 'UH', 'VB', 'VBD', 'VBG', 'VBN', 'VBP', 'VBZ', 'WDT', 'WP', 'WP$', 'WRB', '``'], id=None), length=-1, id=None)",
85
+ "feat_chunk_tags": "Sequence(feature=ClassLabel(num_classes=23, names=['B-ADJP', 'B-ADVP', 'B-CONJP', 'B-INTJ', 'B-LST', 'B-NP', 'B-PP', 'B-PRT', 'B-SBAR', 'B-UCP', 'B-VP', 'I-ADJP', 'I-ADVP', 'I-CONJP', 'I-INTJ', 'I-LST', 'I-NP', 'I-PP', 'I-PRT', 'I-SBAR', 'I-UCP', 'I-VP', 'O'], id=None), length=-1, id=None)",
86
+ "tags": "Sequence(feature=ClassLabel(num_classes=9, names=['B-LOC', 'B-MISC', 'B-ORG', 'B-PER', 'I-LOC', 'I-MISC', 'I-ORG', 'I-PER', 'O'], id=None), length=-1, id=None)"
87
+ }
88
+ ```
89
+
90
+ ### Dataset Splits
91
+
92
+ This dataset is split into a train and validation split. The split sizes are as follow:
93
+
94
+ | Split name | Num samples |
95
+ | ------------ | ------------------- |
96
+ | train | 10014 |
97
+ | valid | 4028 |
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:24f62b86e7f1c634dd71169b604d5435e4a6e1a0542c9efd6981ec13d56c6f4a
3
+ size 4938560
processed/train/dataset_info.json ADDED
@@ -0,0 +1,157 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": null,
3
+ "citation": "",
4
+ "config_name": null,
5
+ "dataset_size": null,
6
+ "description": "AutoTrain generated dataset",
7
+ "download_checksums": null,
8
+ "download_size": null,
9
+ "features": {
10
+ "feat_id": {
11
+ "dtype": "string",
12
+ "id": null,
13
+ "_type": "Value"
14
+ },
15
+ "tokens": {
16
+ "feature": {
17
+ "dtype": "string",
18
+ "id": null,
19
+ "_type": "Value"
20
+ },
21
+ "length": -1,
22
+ "id": null,
23
+ "_type": "Sequence"
24
+ },
25
+ "feat_pos_tags": {
26
+ "feature": {
27
+ "num_classes": 47,
28
+ "names": [
29
+ "\"",
30
+ "#",
31
+ "$",
32
+ "''",
33
+ "(",
34
+ ")",
35
+ ",",
36
+ ".",
37
+ ":",
38
+ "CC",
39
+ "CD",
40
+ "DT",
41
+ "EX",
42
+ "FW",
43
+ "IN",
44
+ "JJ",
45
+ "JJR",
46
+ "JJS",
47
+ "LS",
48
+ "MD",
49
+ "NN",
50
+ "NNP",
51
+ "NNPS",
52
+ "NNS",
53
+ "NN|SYM",
54
+ "PDT",
55
+ "POS",
56
+ "PRP",
57
+ "PRP$",
58
+ "RB",
59
+ "RBR",
60
+ "RBS",
61
+ "RP",
62
+ "SYM",
63
+ "TO",
64
+ "UH",
65
+ "VB",
66
+ "VBD",
67
+ "VBG",
68
+ "VBN",
69
+ "VBP",
70
+ "VBZ",
71
+ "WDT",
72
+ "WP",
73
+ "WP$",
74
+ "WRB",
75
+ "``"
76
+ ],
77
+ "id": null,
78
+ "_type": "ClassLabel"
79
+ },
80
+ "length": -1,
81
+ "id": null,
82
+ "_type": "Sequence"
83
+ },
84
+ "feat_chunk_tags": {
85
+ "feature": {
86
+ "num_classes": 23,
87
+ "names": [
88
+ "B-ADJP",
89
+ "B-ADVP",
90
+ "B-CONJP",
91
+ "B-INTJ",
92
+ "B-LST",
93
+ "B-NP",
94
+ "B-PP",
95
+ "B-PRT",
96
+ "B-SBAR",
97
+ "B-UCP",
98
+ "B-VP",
99
+ "I-ADJP",
100
+ "I-ADVP",
101
+ "I-CONJP",
102
+ "I-INTJ",
103
+ "I-LST",
104
+ "I-NP",
105
+ "I-PP",
106
+ "I-PRT",
107
+ "I-SBAR",
108
+ "I-UCP",
109
+ "I-VP",
110
+ "O"
111
+ ],
112
+ "id": null,
113
+ "_type": "ClassLabel"
114
+ },
115
+ "length": -1,
116
+ "id": null,
117
+ "_type": "Sequence"
118
+ },
119
+ "tags": {
120
+ "feature": {
121
+ "num_classes": 9,
122
+ "names": [
123
+ "B-LOC",
124
+ "B-MISC",
125
+ "B-ORG",
126
+ "B-PER",
127
+ "I-LOC",
128
+ "I-MISC",
129
+ "I-ORG",
130
+ "I-PER",
131
+ "O"
132
+ ],
133
+ "id": null,
134
+ "_type": "ClassLabel"
135
+ },
136
+ "length": -1,
137
+ "id": null,
138
+ "_type": "Sequence"
139
+ }
140
+ },
141
+ "homepage": "",
142
+ "license": "",
143
+ "post_processed": null,
144
+ "post_processing_size": null,
145
+ "size_in_bytes": null,
146
+ "splits": {
147
+ "train": {
148
+ "name": "train",
149
+ "num_bytes": 4930007,
150
+ "num_examples": 10014,
151
+ "dataset_name": null
152
+ }
153
+ },
154
+ "supervised_keys": null,
155
+ "task_templates": null,
156
+ "version": null
157
+ }
processed/train/state.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "0274bbd00f190d03",
8
+ "_format_columns": [
9
+ "feat_chunk_tags",
10
+ "feat_id",
11
+ "feat_pos_tags",
12
+ "tags",
13
+ "tokens"
14
+ ],
15
+ "_format_kwargs": {},
16
+ "_format_type": null,
17
+ "_indexes": {},
18
+ "_output_all_columns": false,
19
+ "_split": null
20
+ }
processed/valid/dataset.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9cacd128ad33ded6b8f21fd3ac07a371ab42bd8e109b7c8895d85f21b5a2722
3
+ size 2006240
processed/valid/dataset_info.json ADDED
@@ -0,0 +1,157 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": null,
3
+ "citation": "",
4
+ "config_name": null,
5
+ "dataset_size": null,
6
+ "description": "AutoTrain generated dataset",
7
+ "download_checksums": null,
8
+ "download_size": null,
9
+ "features": {
10
+ "feat_id": {
11
+ "dtype": "string",
12
+ "id": null,
13
+ "_type": "Value"
14
+ },
15
+ "tokens": {
16
+ "feature": {
17
+ "dtype": "string",
18
+ "id": null,
19
+ "_type": "Value"
20
+ },
21
+ "length": -1,
22
+ "id": null,
23
+ "_type": "Sequence"
24
+ },
25
+ "feat_pos_tags": {
26
+ "feature": {
27
+ "num_classes": 47,
28
+ "names": [
29
+ "\"",
30
+ "#",
31
+ "$",
32
+ "''",
33
+ "(",
34
+ ")",
35
+ ",",
36
+ ".",
37
+ ":",
38
+ "CC",
39
+ "CD",
40
+ "DT",
41
+ "EX",
42
+ "FW",
43
+ "IN",
44
+ "JJ",
45
+ "JJR",
46
+ "JJS",
47
+ "LS",
48
+ "MD",
49
+ "NN",
50
+ "NNP",
51
+ "NNPS",
52
+ "NNS",
53
+ "NN|SYM",
54
+ "PDT",
55
+ "POS",
56
+ "PRP",
57
+ "PRP$",
58
+ "RB",
59
+ "RBR",
60
+ "RBS",
61
+ "RP",
62
+ "SYM",
63
+ "TO",
64
+ "UH",
65
+ "VB",
66
+ "VBD",
67
+ "VBG",
68
+ "VBN",
69
+ "VBP",
70
+ "VBZ",
71
+ "WDT",
72
+ "WP",
73
+ "WP$",
74
+ "WRB",
75
+ "``"
76
+ ],
77
+ "id": null,
78
+ "_type": "ClassLabel"
79
+ },
80
+ "length": -1,
81
+ "id": null,
82
+ "_type": "Sequence"
83
+ },
84
+ "feat_chunk_tags": {
85
+ "feature": {
86
+ "num_classes": 23,
87
+ "names": [
88
+ "B-ADJP",
89
+ "B-ADVP",
90
+ "B-CONJP",
91
+ "B-INTJ",
92
+ "B-LST",
93
+ "B-NP",
94
+ "B-PP",
95
+ "B-PRT",
96
+ "B-SBAR",
97
+ "B-UCP",
98
+ "B-VP",
99
+ "I-ADJP",
100
+ "I-ADVP",
101
+ "I-CONJP",
102
+ "I-INTJ",
103
+ "I-LST",
104
+ "I-NP",
105
+ "I-PP",
106
+ "I-PRT",
107
+ "I-SBAR",
108
+ "I-UCP",
109
+ "I-VP",
110
+ "O"
111
+ ],
112
+ "id": null,
113
+ "_type": "ClassLabel"
114
+ },
115
+ "length": -1,
116
+ "id": null,
117
+ "_type": "Sequence"
118
+ },
119
+ "tags": {
120
+ "feature": {
121
+ "num_classes": 9,
122
+ "names": [
123
+ "B-LOC",
124
+ "B-MISC",
125
+ "B-ORG",
126
+ "B-PER",
127
+ "I-LOC",
128
+ "I-MISC",
129
+ "I-ORG",
130
+ "I-PER",
131
+ "O"
132
+ ],
133
+ "id": null,
134
+ "_type": "ClassLabel"
135
+ },
136
+ "length": -1,
137
+ "id": null,
138
+ "_type": "Sequence"
139
+ }
140
+ },
141
+ "homepage": "",
142
+ "license": "",
143
+ "post_processed": null,
144
+ "post_processing_size": null,
145
+ "size_in_bytes": null,
146
+ "splits": {
147
+ "valid": {
148
+ "name": "valid",
149
+ "num_bytes": 2001363,
150
+ "num_examples": 4028,
151
+ "dataset_name": null
152
+ }
153
+ },
154
+ "supervised_keys": null,
155
+ "task_templates": null,
156
+ "version": null
157
+ }
processed/valid/state.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "dataset.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "4aa389e9667ad07d",
8
+ "_format_columns": [
9
+ "feat_chunk_tags",
10
+ "feat_id",
11
+ "feat_pos_tags",
12
+ "tags",
13
+ "tokens"
14
+ ],
15
+ "_format_kwargs": {},
16
+ "_format_type": null,
17
+ "_indexes": {},
18
+ "_output_all_columns": false,
19
+ "_split": null
20
+ }