danielsteinigen
commited on
Commit
·
8c9c4b3
1
Parent(s):
1942e97
Update config.json
Browse files- config.json +30 -30
config.json
CHANGED
@@ -12,40 +12,40 @@
|
|
12 |
"hidden_dropout_prob": 0.1,
|
13 |
"hidden_size": 1024,
|
14 |
"id2label": {
|
15 |
-
"0": "
|
16 |
-
"1": "
|
17 |
-
"2": "
|
18 |
-
"3": "
|
19 |
-
"4": "
|
20 |
-
"5": "
|
21 |
-
"6": "
|
22 |
-
"7": "
|
23 |
-
"8": "
|
24 |
-
"9": "
|
25 |
-
"10": "
|
26 |
-
"11": "
|
27 |
-
"12": "
|
28 |
-
"13": "
|
29 |
-
"14": "
|
30 |
},
|
31 |
"initializer_range": 0.02,
|
32 |
"intermediate_size": 4096,
|
33 |
"label2id": {
|
34 |
-
"
|
35 |
-
"
|
36 |
-
"
|
37 |
-
"
|
38 |
-
"
|
39 |
-
"
|
40 |
-
"
|
41 |
-
"
|
42 |
-
"
|
43 |
-
"
|
44 |
-
"
|
45 |
-
"
|
46 |
-
"
|
47 |
-
"
|
48 |
-
"
|
49 |
},
|
50 |
"layer_norm_eps": 1e-05,
|
51 |
"max_length": 512,
|
|
|
12 |
"hidden_dropout_prob": 0.1,
|
13 |
"hidden_size": 1024,
|
14 |
"id2label": {
|
15 |
+
"0": "O",
|
16 |
+
"1": "KeyFigure",
|
17 |
+
"2": "Condition",
|
18 |
+
"3": "Expression",
|
19 |
+
"4": "Unit",
|
20 |
+
"5": "Range",
|
21 |
+
"6": "DeclarativeKeyFigure",
|
22 |
+
"7": "Factor",
|
23 |
+
"8": "DeclarativeExpression",
|
24 |
+
"9": "hasCondition",
|
25 |
+
"10": "hasExpression",
|
26 |
+
"11": "hasUnit",
|
27 |
+
"12": "join",
|
28 |
+
"13": "hasRange",
|
29 |
+
"14": "hasFactor"
|
30 |
},
|
31 |
"initializer_range": 0.02,
|
32 |
"intermediate_size": 4096,
|
33 |
"label2id": {
|
34 |
+
"O": 0,
|
35 |
+
"KeyFigure": 1,
|
36 |
+
"hasExpression": 10,
|
37 |
+
"hasUnit": 11,
|
38 |
+
"join": 12,
|
39 |
+
"hasRange": 13,
|
40 |
+
"hasFactor": 14,
|
41 |
+
"Condition": 2,
|
42 |
+
"Expression": 3,
|
43 |
+
"Unit": 4,
|
44 |
+
"Range": 5,
|
45 |
+
"DeclarativeKeyFigure": 6,
|
46 |
+
"Factor": 7,
|
47 |
+
"DeclarativeExpression": 8,
|
48 |
+
"hasCondition": 9
|
49 |
},
|
50 |
"layer_norm_eps": 1e-05,
|
51 |
"max_length": 512,
|