Update config.json
This commit is contained in:
parent
d09b230b3b
commit
0861455fa6
|
@ -41,5 +41,9 @@
|
||||||
"id2label": {
|
"id2label": {
|
||||||
"0": "N/A",
|
"0": "N/A",
|
||||||
"1": "table",
|
"1": "table",
|
||||||
}
|
},
|
||||||
|
"label2id": {
|
||||||
|
"N/A": 0,
|
||||||
|
"table": 1,
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue