Upload config.json
Browse files- config.json +6 -6
config.json
CHANGED
@@ -29,12 +29,12 @@
|
|
29 |
"giou_cost": 2,
|
30 |
"giou_loss_coefficient": 2,
|
31 |
"id2label": {
|
32 |
-
"
|
33 |
-
"
|
34 |
-
"
|
35 |
-
"
|
36 |
-
"
|
37 |
-
"
|
38 |
},
|
39 |
"init_std": 0.02,
|
40 |
"init_xavier_std": 1.0,
|
|
|
29 |
"giou_cost": 2,
|
30 |
"giou_loss_coefficient": 2,
|
31 |
"id2label": {
|
32 |
+
"1": "table",
|
33 |
+
"2": "table column",
|
34 |
+
"3": "table row",
|
35 |
+
"4": "table column header",
|
36 |
+
"5": "table projected row header",
|
37 |
+
"6": "table spanning cell"
|
38 |
},
|
39 |
"init_std": 0.02,
|
40 |
"init_xavier_std": 1.0,
|