diff --git a/config.json b/config.json index 624592e..3343606 100644 --- a/config.json +++ b/config.json @@ -27,15 +27,15 @@ "giou_cost": 2, "giou_loss_coefficient": 2, "id2label": { - "0": "borderless", - "1": "bordered" + "0": "table", + "1": "table" }, "init_std": 0.02, "init_xavier_std": 1.0, "is_encoder_decoder": true, "label2id": { - "bordered": 1, - "borderless": 0 + "table": 1, + "table": 0 }, "mask_loss_coefficient": 1, "max_position_embeddings": 1024,