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" }