andreyunic23 commited on
Commit
acc6a7f
·
verified ·
1 Parent(s): 03bffb2

Update dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +83 -129
dataset_infos.json CHANGED
@@ -1,129 +1,83 @@
1
- {
2
- "testaunic23": {
3
- "description": "test testaunic23",
4
- "citation": "test testaunic23",
5
- "homepage": "",
6
- "license": "",
7
- "features": {
8
- "id": { "dtype": "string", "id": null, "_type": "Value" },
9
- "tokens": {
10
- "feature": { "dtype": "string", "id": null, "_type": "Value" },
11
- "length": -1,
12
- "id": null,
13
- "_type": "Sequence"
14
- },
15
- "pos_tags": {
16
- "feature": {
17
- "num_classes": 47,
18
- "names": [
19
- "\"",
20
- "''",
21
- "#",
22
- "$",
23
- "(",
24
- ")",
25
- ",",
26
- ".",
27
- ":",
28
- "``",
29
- "CC",
30
- "CD",
31
- "DT",
32
- "EX",
33
- "FW",
34
- "IN",
35
- "JJ",
36
- "JJR",
37
- "JJS",
38
- "LS",
39
- "MD",
40
- "NN",
41
- "NNP",
42
- "NNPS",
43
- "NNS",
44
- "NN|SYM",
45
- "PDT",
46
- "POS",
47
- "PRP",
48
- "PRP$",
49
- "RB",
50
- "RBR",
51
- "RBS",
52
- "RP",
53
- "SYM",
54
- "TO",
55
- "UH",
56
- "VB",
57
- "VBD",
58
- "VBG",
59
- "VBN",
60
- "VBP",
61
- "VBZ",
62
- "WDT",
63
- "WP",
64
- "WP$",
65
- "WRB"
66
- ],
67
- "names_file": null,
68
- "id": null,
69
- "_type": "ClassLabel"
70
- },
71
- "length": -1,
72
- "id": null,
73
- "_type": "Sequence"
74
- },
75
- "ner_tags": {
76
- "feature": {
77
- "num_classes": 11,
78
- "names": [
79
- "O",
80
- "B-ENTITY",
81
- "I-ENTITY",
82
- "B-SYSTEM",
83
- "I-SYSTEM",
84
- "B-DOCUMENT",
85
- "I-DOCUMENT",
86
- "B-ORG",
87
- "I-ORG",
88
- "B-LOC",
89
- "I-LOC"
90
- ],
91
- "names_file": null,
92
- "id": null,
93
- "_type": "ClassLabel"
94
- },
95
- "length": -1,
96
- "id": null,
97
- "_type": "Sequence"
98
- }
99
- },
100
- "post_processed": null,
101
- "supervised_keys": null,
102
- "builder_name": "testaunic23",
103
- "config_name": "testaunic23",
104
- "version": {
105
- "version_str": "1.0.0",
106
- "description": null,
107
- "major": 1,
108
- "minor": 0,
109
- "patch": 0
110
- },
111
- "splits": {
112
- "train": {
113
- "name": "train",
114
- "num_examples": 249,
115
- "dataset_name": "testaunic23"
116
- },
117
- "validation": {
118
- "name": "validation",
119
- "num_examples": 32,
120
- "dataset_name": "testaunic23"
121
- },
122
- "test": {
123
- "name": "test",
124
- "num_examples": 32,
125
- "dataset_name": "testaunic23"
126
- }
127
- }
128
- }
129
- }
 
1
+ {
2
+ "testaunic23": {
3
+ "description": "test testaunic23",
4
+ "citation": "test testaunic23",
5
+ "homepage": "",
6
+ "license": "",
7
+ "features": {
8
+ "id": { "dtype": "string", "id": null, "_type": "Value" },
9
+ "tokens": {
10
+ "feature": { "dtype": "string", "id": null, "_type": "Value" },
11
+ "length": -1,
12
+ "id": null,
13
+ "_type": "Sequence"
14
+ },
15
+ "pos_tags": {
16
+ "feature": {
17
+ "num_classes": 1,
18
+ "names": [
19
+ "-X-,
20
+ ],
21
+ "names_file": null,
22
+ "id": null,
23
+ "_type": "ClassLabel"
24
+ },
25
+ "length": -1,
26
+ "id": null,
27
+ "_type": "Sequence"
28
+ },
29
+ "ner_tags": {
30
+ "feature": {
31
+ "num_classes": 11,
32
+ "names": [
33
+ "O",
34
+ "B-ENTITY",
35
+ "I-ENTITY",
36
+ "B-SYSTEM",
37
+ "I-SYSTEM",
38
+ "B-DOCUMENT",
39
+ "I-DOCUMENT",
40
+ "B-ORG",
41
+ "I-ORG",
42
+ "B-LOC",
43
+ "I-LOC"
44
+ ],
45
+ "names_file": null,
46
+ "id": null,
47
+ "_type": "ClassLabel"
48
+ },
49
+ "length": -1,
50
+ "id": null,
51
+ "_type": "Sequence"
52
+ }
53
+ },
54
+ "post_processed": null,
55
+ "supervised_keys": null,
56
+ "builder_name": "testaunic23",
57
+ "config_name": "testaunic23",
58
+ "version": {
59
+ "version_str": "1.0.0",
60
+ "description": null,
61
+ "major": 1,
62
+ "minor": 0,
63
+ "patch": 0
64
+ },
65
+ "splits": {
66
+ "train": {
67
+ "name": "train",
68
+ "num_examples": 249,
69
+ "dataset_name": "testaunic23"
70
+ },
71
+ "validation": {
72
+ "name": "validation",
73
+ "num_examples": 32,
74
+ "dataset_name": "testaunic23"
75
+ },
76
+ "test": {
77
+ "name": "test",
78
+ "num_examples": 32,
79
+ "dataset_name": "testaunic23"
80
+ }
81
+ }
82
+ }
83
+ }