Normalize layout label names
#3
by auerchristoph - opened
- config.json +34 -34
config.json
CHANGED
|
@@ -89,45 +89,45 @@
|
|
| 89 |
"freeze_backbone_batch_norms": true,
|
| 90 |
"hidden_expansion": 1.0,
|
| 91 |
"id2label": {
|
| 92 |
-
"0": "
|
| 93 |
-
"1": "
|
| 94 |
-
"2": "
|
| 95 |
-
"3": "
|
| 96 |
-
"4": "
|
| 97 |
-
"5": "
|
| 98 |
-
"6": "
|
| 99 |
-
"7": "
|
| 100 |
-
"8": "
|
| 101 |
-
"9": "
|
| 102 |
-
"10": "
|
| 103 |
-
"11": "
|
| 104 |
-
"12": "
|
| 105 |
-
"13": "
|
| 106 |
-
"14": "
|
| 107 |
-
"15": "
|
| 108 |
-
"16": "
|
| 109 |
},
|
| 110 |
"initializer_bias_prior_prob": null,
|
| 111 |
"initializer_range": 0.01,
|
| 112 |
"is_encoder_decoder": true,
|
| 113 |
"label2id": {
|
| 114 |
-
"
|
| 115 |
-
"
|
| 116 |
-
"
|
| 117 |
-
"
|
| 118 |
-
"
|
| 119 |
-
"
|
| 120 |
-
"
|
| 121 |
-
"
|
| 122 |
-
"
|
| 123 |
-
"
|
| 124 |
-
"
|
| 125 |
-
"
|
| 126 |
-
"
|
| 127 |
-
"
|
| 128 |
-
"
|
| 129 |
-
"
|
| 130 |
-
"
|
| 131 |
},
|
| 132 |
"label_noise_ratio": 0.5,
|
| 133 |
"layer_norm_eps": 1e-05,
|
|
|
|
| 89 |
"freeze_backbone_batch_norms": true,
|
| 90 |
"hidden_expansion": 1.0,
|
| 91 |
"id2label": {
|
| 92 |
+
"0": "caption",
|
| 93 |
+
"1": "footnote",
|
| 94 |
+
"2": "formula",
|
| 95 |
+
"3": "list_item",
|
| 96 |
+
"4": "page_footer",
|
| 97 |
+
"5": "page_header",
|
| 98 |
+
"6": "picture",
|
| 99 |
+
"7": "section_header",
|
| 100 |
+
"8": "table",
|
| 101 |
+
"9": "text",
|
| 102 |
+
"10": "title",
|
| 103 |
+
"11": "document_index",
|
| 104 |
+
"12": "code",
|
| 105 |
+
"13": "checkbox_selected",
|
| 106 |
+
"14": "checkbox_unselected",
|
| 107 |
+
"15": "form",
|
| 108 |
+
"16": "key_value_region"
|
| 109 |
},
|
| 110 |
"initializer_bias_prior_prob": null,
|
| 111 |
"initializer_range": 0.01,
|
| 112 |
"is_encoder_decoder": true,
|
| 113 |
"label2id": {
|
| 114 |
+
"caption": 0,
|
| 115 |
+
"checkbox_selected": 13,
|
| 116 |
+
"checkbox_unselected": 14,
|
| 117 |
+
"code": 12,
|
| 118 |
+
"document_index": 11,
|
| 119 |
+
"footnote": 1,
|
| 120 |
+
"form": 15,
|
| 121 |
+
"formula": 2,
|
| 122 |
+
"key_value_region": 16,
|
| 123 |
+
"list_item": 3,
|
| 124 |
+
"page_footer": 4,
|
| 125 |
+
"page_header": 5,
|
| 126 |
+
"picture": 6,
|
| 127 |
+
"section_header": 7,
|
| 128 |
+
"table": 8,
|
| 129 |
+
"text": 9,
|
| 130 |
+
"title": 10
|
| 131 |
},
|
| 132 |
"label_noise_ratio": 0.5,
|
| 133 |
"layer_norm_eps": 1e-05,
|