From 357df611377cdf53271a4e1b2037afa064f9a093 Mon Sep 17 00:00:00 2001 From: Taha Douaji Date: Fri, 11 Mar 2022 22:43:07 +0000 Subject: [PATCH] Update config.json --- config.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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,