Update config.json

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

View File

@ -37,5 +37,9 @@
"position_embedding_type": "sine",
"scale_embedding": false,
"torch_dtype": "float32",
"transformers_version": "4.17.0"
"transformers_version": "4.17.0",
"id2label": {
"0": "N/A",
"1": "table",
}
}