Upload TableTransformerForObjectDetection
Browse files- config.json +4 -12
- model.safetensors +2 -2
config.json
CHANGED
@@ -2125,23 +2125,15 @@
|
|
2125 |
"giou_cost": 2,
|
2126 |
"giou_loss_coefficient": 2,
|
2127 |
"id2label": {
|
2128 |
-
"0": "
|
2129 |
-
"1": "
|
2130 |
-
"2": "LABEL_2",
|
2131 |
-
"3": "LABEL_3",
|
2132 |
-
"4": "LABEL_4",
|
2133 |
-
"5": "LABEL_5"
|
2134 |
},
|
2135 |
"init_std": 0.02,
|
2136 |
"init_xavier_std": 1.0,
|
2137 |
"is_encoder_decoder": true,
|
2138 |
"label2id": {
|
2139 |
-
"
|
2140 |
-
"
|
2141 |
-
"LABEL_2": 2,
|
2142 |
-
"LABEL_3": 3,
|
2143 |
-
"LABEL_4": 4,
|
2144 |
-
"LABEL_5": 5
|
2145 |
},
|
2146 |
"mask_loss_coefficient": 1,
|
2147 |
"model_type": "table-transformer",
|
|
|
2125 |
"giou_cost": 2,
|
2126 |
"giou_loss_coefficient": 2,
|
2127 |
"id2label": {
|
2128 |
+
"0": "table",
|
2129 |
+
"1": "table rotated"
|
|
|
|
|
|
|
|
|
2130 |
},
|
2131 |
"init_std": 0.02,
|
2132 |
"init_xavier_std": 1.0,
|
2133 |
"is_encoder_decoder": true,
|
2134 |
"label2id": {
|
2135 |
+
"table": 0,
|
2136 |
+
"table rotated": 1
|
|
|
|
|
|
|
|
|
2137 |
},
|
2138 |
"mask_loss_coefficient": 1,
|
2139 |
"model_type": "table-transformer",
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d53727a8d3bd8484fe7ba7fab48ebb0125bd17036801a2f9fee6d1f648f104d0
|
3 |
+
size 115320404
|