From de80c8e5c0ca4bb1923831ea106972d7d7387787 Mon Sep 17 00:00:00 2001 From: Taha Douaji Date: Fri, 11 Mar 2022 22:30:13 +0000 Subject: [PATCH] Update config.json --- config.json | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/config.json b/config.json index ffe2f5f..adcd723 100644 --- a/config.json +++ b/config.json @@ -37,13 +37,5 @@ "position_embedding_type": "sine", "scale_embedding": false, "torch_dtype": "float32", - "transformers_version": "4.17.0", - "id2label": { - "0": "N/A", - "1": "table", - }, - "label2id": { - "N/A": 0, - "table": 1, - } + "transformers_version": "4.17.0" }