Safetensors
rt_detr_v2

Normalize layout label names

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