TahaDouaji
commited on
Commit
•
357df61
1
Parent(s):
06285c0
Update config.json
Browse files- config.json +4 -4
config.json
CHANGED
@@ -27,15 +27,15 @@
|
|
27 |
"giou_cost": 2,
|
28 |
"giou_loss_coefficient": 2,
|
29 |
"id2label": {
|
30 |
-
"0": "
|
31 |
-
"1": "
|
32 |
},
|
33 |
"init_std": 0.02,
|
34 |
"init_xavier_std": 1.0,
|
35 |
"is_encoder_decoder": true,
|
36 |
"label2id": {
|
37 |
-
"
|
38 |
-
"
|
39 |
},
|
40 |
"mask_loss_coefficient": 1,
|
41 |
"max_position_embeddings": 1024,
|
|
|
27 |
"giou_cost": 2,
|
28 |
"giou_loss_coefficient": 2,
|
29 |
"id2label": {
|
30 |
+
"0": "table",
|
31 |
+
"1": "table"
|
32 |
},
|
33 |
"init_std": 0.02,
|
34 |
"init_xavier_std": 1.0,
|
35 |
"is_encoder_decoder": true,
|
36 |
"label2id": {
|
37 |
+
"table": 1,
|
38 |
+
"table": 0
|
39 |
},
|
40 |
"mask_loss_coefficient": 1,
|
41 |
"max_position_embeddings": 1024,
|