Commit
·
d80e23b
1
Parent(s):
c9ac918
Upload TableTransformerForObjectDetection
Browse files- config.json +6 -12
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -29,23 +29,17 @@
|
|
29 |
"giou_cost": 2,
|
30 |
"giou_loss_coefficient": 2,
|
31 |
"id2label": {
|
32 |
-
"0": "
|
33 |
-
"1": "
|
34 |
-
"2": "
|
35 |
-
"3": "table column header",
|
36 |
-
"4": "table projected row header",
|
37 |
-
"5": "table spanning cell"
|
38 |
},
|
39 |
"init_std": 0.02,
|
40 |
"init_xavier_std": 1.0,
|
41 |
"is_encoder_decoder": true,
|
42 |
"label2id": {
|
43 |
-
"
|
44 |
-
"
|
45 |
-
"
|
46 |
-
"table projected row header": 4,
|
47 |
-
"table row": 2,
|
48 |
-
"table spanning cell": 5
|
49 |
},
|
50 |
"mask_loss_coefficient": 1,
|
51 |
"max_position_embeddings": 1024,
|
|
|
29 |
"giou_cost": 2,
|
30 |
"giou_loss_coefficient": 2,
|
31 |
"id2label": {
|
32 |
+
"0": "LABEL_0",
|
33 |
+
"1": "LABEL_1",
|
34 |
+
"2": "LABEL_2"
|
|
|
|
|
|
|
35 |
},
|
36 |
"init_std": 0.02,
|
37 |
"init_xavier_std": 1.0,
|
38 |
"is_encoder_decoder": true,
|
39 |
"label2id": {
|
40 |
+
"LABEL_0": 0,
|
41 |
+
"LABEL_1": 1,
|
42 |
+
"LABEL_2": 2
|
|
|
|
|
|
|
43 |
},
|
44 |
"mask_loss_coefficient": 1,
|
45 |
"max_position_embeddings": 1024,
|
pytorch_model.bin
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:c3aa875b45118cc7c5c63015ca1f61802e37dc6fcc56c0aaaaeb611a49b148bc
|
3 |
+
size 115509717
|