Update config.json
Browse files- config.json +14 -14
config.json
CHANGED
@@ -15,13 +15,13 @@
|
|
15 |
"hidden_dropout_prob": 0.1,
|
16 |
"hidden_size": 768,
|
17 |
"id2label": {
|
18 |
-
"0": "
|
19 |
-
"1": "
|
20 |
-
"2": "
|
21 |
-
"3": "
|
22 |
-
"4": "
|
23 |
-
"5": "
|
24 |
-
"6": "
|
25 |
},
|
26 |
"image_feature_pool_shape": [
|
27 |
7,
|
@@ -31,13 +31,13 @@
|
|
31 |
"initializer_range": 0.02,
|
32 |
"intermediate_size": 3072,
|
33 |
"label2id": {
|
34 |
-
"
|
35 |
-
"
|
36 |
-
"
|
37 |
-
"
|
38 |
-
"
|
39 |
-
"
|
40 |
-
"
|
41 |
},
|
42 |
"layer_norm_eps": 1e-12,
|
43 |
"max_2d_position_embeddings": 1024,
|
|
|
15 |
"hidden_dropout_prob": 0.1,
|
16 |
"hidden_size": 768,
|
17 |
"id2label": {
|
18 |
+
"0": "other",
|
19 |
+
"1": "header",
|
20 |
+
"2": "header",
|
21 |
+
"3": "question",
|
22 |
+
"4": "question",
|
23 |
+
"5": "answer",
|
24 |
+
"6": "answer"
|
25 |
},
|
26 |
"image_feature_pool_shape": [
|
27 |
7,
|
|
|
31 |
"initializer_range": 0.02,
|
32 |
"intermediate_size": 3072,
|
33 |
"label2id": {
|
34 |
+
"other": 0,
|
35 |
+
"header": 1,
|
36 |
+
"header": 2,
|
37 |
+
"question": 3,
|
38 |
+
"question": 4,
|
39 |
+
"answer": 5,
|
40 |
+
"answer": 6
|
41 |
},
|
42 |
"layer_norm_eps": 1e-12,
|
43 |
"max_2d_position_embeddings": 1024,
|