Upload TableTransformerForObjectDetection
Browse files- config.json +3 -5
- model.safetensors +2 -2
config.json
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "relu",
|
5 |
"architectures": [
|
6 |
-
"
|
7 |
],
|
8 |
"attention_dropout": 0.0,
|
9 |
"auxiliary_loss": false,
|
@@ -38,15 +38,13 @@
|
|
38 |
"giou_cost": 2,
|
39 |
"giou_loss_coefficient": 2,
|
40 |
"id2label": {
|
41 |
-
"0": "table"
|
42 |
-
"1": "table rotated"
|
43 |
},
|
44 |
"init_std": 0.02,
|
45 |
"init_xavier_std": 1.0,
|
46 |
"is_encoder_decoder": true,
|
47 |
"label2id": {
|
48 |
-
"
|
49 |
-
"table rotated": 1
|
50 |
},
|
51 |
"mask_loss_coefficient": 1,
|
52 |
"model_type": "table-transformer",
|
|
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "relu",
|
5 |
"architectures": [
|
6 |
+
"TableTransformerForObjectDetection"
|
7 |
],
|
8 |
"attention_dropout": 0.0,
|
9 |
"auxiliary_loss": false,
|
|
|
38 |
"giou_cost": 2,
|
39 |
"giou_loss_coefficient": 2,
|
40 |
"id2label": {
|
41 |
+
"0": "table"
|
|
|
42 |
},
|
43 |
"init_std": 0.02,
|
44 |
"init_xavier_std": 1.0,
|
45 |
"is_encoder_decoder": true,
|
46 |
"label2id": {
|
47 |
+
"0": "table"
|
|
|
48 |
},
|
49 |
"mask_loss_coefficient": 1,
|
50 |
"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:8e5f1ee7929bf09987eca4d4dcdbc907284cec1e43fdc9d79ec400cdb9a3d405
|
3 |
+
size 115317108
|