napatswift
commited on
Commit
•
2b6c5f0
1
Parent(s):
f6d2a08
Upload DetrForObjectDetection
Browse files- config.json +2 -10
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -27,21 +27,13 @@
|
|
27 |
"giou_cost": 2,
|
28 |
"giou_loss_coefficient": 2,
|
29 |
"id2label": {
|
30 |
-
"0": "
|
31 |
-
"1": "LABEL_1",
|
32 |
-
"2": "LABEL_2",
|
33 |
-
"3": "LABEL_3",
|
34 |
-
"4": "LABEL_4"
|
35 |
},
|
36 |
"init_std": 0.02,
|
37 |
"init_xavier_std": 1.0,
|
38 |
"is_encoder_decoder": true,
|
39 |
"label2id": {
|
40 |
-
"
|
41 |
-
"LABEL_1": 1,
|
42 |
-
"LABEL_2": 2,
|
43 |
-
"LABEL_3": 3,
|
44 |
-
"LABEL_4": 4
|
45 |
},
|
46 |
"mask_loss_coefficient": 1,
|
47 |
"max_position_embeddings": 1024,
|
|
|
27 |
"giou_cost": 2,
|
28 |
"giou_loss_coefficient": 2,
|
29 |
"id2label": {
|
30 |
+
"0": "table"
|
|
|
|
|
|
|
|
|
31 |
},
|
32 |
"init_std": 0.02,
|
33 |
"init_xavier_std": 1.0,
|
34 |
"is_encoder_decoder": true,
|
35 |
"label2id": {
|
36 |
+
"table": 0
|
|
|
|
|
|
|
|
|
37 |
},
|
38 |
"mask_loss_coefficient": 1,
|
39 |
"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:ce3ea2d049d8a5f3b909aa07434562966528f95395e79efa21ee6ac5bfc5bb5e
|
3 |
+
size 166612309
|