Update config.json

This commit is contained in:
Taha Douaji 2022-03-11 22:29:50 +00:00 committed by huggingface-web
parent d09b230b3b
commit 0861455fa6
1 changed files with 5 additions and 1 deletions

View File

@ -41,5 +41,9 @@
"id2label": { "id2label": {
"0": "N/A", "0": "N/A",
"1": "table", "1": "table",
} },
"label2id": {
"N/A": 0,
"table": 1,
}
} }