Update config.json

This commit is contained in:
Taha Douaji 2022-03-11 22:30:13 +00:00 committed by huggingface-web
parent 0861455fa6
commit de80c8e5c0
1 changed files with 1 additions and 9 deletions

View File

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