farhanishraq
commited on
Commit
•
64a9224
1
Parent(s):
3a6c579
Upload TableTransformerForObjectDetection
Browse files- config.json +6 -6
- model.safetensors +1 -1
config.json
CHANGED
@@ -2126,17 +2126,17 @@
|
|
2126 |
"giou_cost": 2,
|
2127 |
"giou_loss_coefficient": 2,
|
2128 |
"id2label": {
|
2129 |
-
"0": "
|
2130 |
-
"1": "table
|
2131 |
-
"2": "
|
2132 |
},
|
2133 |
"init_std": 0.02,
|
2134 |
"init_xavier_std": 1.0,
|
2135 |
"is_encoder_decoder": true,
|
2136 |
"label2id": {
|
2137 |
-
"no object":
|
2138 |
-
"table column":
|
2139 |
-
"table row":
|
2140 |
},
|
2141 |
"mask_loss_coefficient": 1,
|
2142 |
"model_type": "table-transformer",
|
|
|
2126 |
"giou_cost": 2,
|
2127 |
"giou_loss_coefficient": 2,
|
2128 |
"id2label": {
|
2129 |
+
"0": "no object",
|
2130 |
+
"1": "table row",
|
2131 |
+
"2": "table column"
|
2132 |
},
|
2133 |
"init_std": 0.02,
|
2134 |
"init_xavier_std": 1.0,
|
2135 |
"is_encoder_decoder": true,
|
2136 |
"label2id": {
|
2137 |
+
"no object": 0,
|
2138 |
+
"table column": 2,
|
2139 |
+
"table row": 1
|
2140 |
},
|
2141 |
"mask_loss_coefficient": 1,
|
2142 |
"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 115434072
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f496bf8beb954901b20c352b544db4b380e863f111874f36d824a6cf86b0ba14
|
3 |
size 115434072
|