Safetensors
d_fine

Normalize layout label names

#4
Files changed (1) hide show
  1. 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": "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,
 
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,