From 0861455fa67c4bd32d6dc4a8feb23bb262455e4a Mon Sep 17 00:00:00 2001 From: Taha Douaji Date: Fri, 11 Mar 2022 22:29:50 +0000 Subject: [PATCH] Update config.json --- config.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json index 421f926..ffe2f5f 100644 --- a/config.json +++ b/config.json @@ -41,5 +41,9 @@ "id2label": { "0": "N/A", "1": "table", - } + }, + "label2id": { + "N/A": 0, + "table": 1, + } }