Normalize layout label names
#4
by auerchristoph - opened
- config.json +34 -34
config.json
CHANGED
|
@@ -149,45 +149,45 @@
|
|
| 149 |
"freeze_backbone_batch_norms": true,
|
| 150 |
"hidden_expansion": 1.0,
|
| 151 |
"id2label": {
|
| 152 |
-
"0": "
|
| 153 |
-
"1": "
|
| 154 |
-
"2": "
|
| 155 |
-
"3": "
|
| 156 |
-
"4": "
|
| 157 |
-
"5": "
|
| 158 |
-
"6": "
|
| 159 |
-
"7": "
|
| 160 |
-
"8": "
|
| 161 |
-
"9": "
|
| 162 |
-
"10": "
|
| 163 |
-
"11": "
|
| 164 |
-
"12": "
|
| 165 |
-
"13": "
|
| 166 |
-
"14": "
|
| 167 |
-
"15": "
|
| 168 |
-
"16": "
|
| 169 |
},
|
| 170 |
"initializer_bias_prior_prob": null,
|
| 171 |
"initializer_range": 0.01,
|
| 172 |
"is_encoder_decoder": true,
|
| 173 |
"label2id": {
|
| 174 |
-
"
|
| 175 |
-
"
|
| 176 |
-
"
|
| 177 |
-
"
|
| 178 |
-
"
|
| 179 |
-
"
|
| 180 |
-
"
|
| 181 |
-
"
|
| 182 |
-
"
|
| 183 |
-
"
|
| 184 |
-
"
|
| 185 |
-
"
|
| 186 |
-
"
|
| 187 |
-
"
|
| 188 |
-
"
|
| 189 |
-
"
|
| 190 |
-
"
|
| 191 |
},
|
| 192 |
"label_noise_ratio": 0.5,
|
| 193 |
"layer_norm_eps": 1e-05,
|
|
|
|
| 149 |
"freeze_backbone_batch_norms": true,
|
| 150 |
"hidden_expansion": 1.0,
|
| 151 |
"id2label": {
|
| 152 |
+
"0": "caption",
|
| 153 |
+
"1": "footnote",
|
| 154 |
+
"2": "formula",
|
| 155 |
+
"3": "list_item",
|
| 156 |
+
"4": "page_footer",
|
| 157 |
+
"5": "page_header",
|
| 158 |
+
"6": "picture",
|
| 159 |
+
"7": "section_header",
|
| 160 |
+
"8": "table",
|
| 161 |
+
"9": "text",
|
| 162 |
+
"10": "title",
|
| 163 |
+
"11": "document_index",
|
| 164 |
+
"12": "code",
|
| 165 |
+
"13": "checkbox_selected",
|
| 166 |
+
"14": "checkbox_unselected",
|
| 167 |
+
"15": "form",
|
| 168 |
+
"16": "key_value_region"
|
| 169 |
},
|
| 170 |
"initializer_bias_prior_prob": null,
|
| 171 |
"initializer_range": 0.01,
|
| 172 |
"is_encoder_decoder": true,
|
| 173 |
"label2id": {
|
| 174 |
+
"caption": 0,
|
| 175 |
+
"checkbox_selected": 13,
|
| 176 |
+
"checkbox_unselected": 14,
|
| 177 |
+
"code": 12,
|
| 178 |
+
"document_index": 11,
|
| 179 |
+
"footnote": 1,
|
| 180 |
+
"form": 15,
|
| 181 |
+
"formula": 2,
|
| 182 |
+
"key_value_region": 16,
|
| 183 |
+
"list_item": 3,
|
| 184 |
+
"page_footer": 4,
|
| 185 |
+
"page_header": 5,
|
| 186 |
+
"picture": 6,
|
| 187 |
+
"section_header": 7,
|
| 188 |
+
"table": 8,
|
| 189 |
+
"text": 9,
|
| 190 |
+
"title": 10
|
| 191 |
},
|
| 192 |
"label_noise_ratio": 0.5,
|
| 193 |
"layer_norm_eps": 1e-05,
|