TahaDouaji
commited on
Commit
•
0861455
1
Parent(s):
d09b230
Update config.json
Browse files- config.json +5 -1
config.json
CHANGED
@@ -41,5 +41,9 @@
|
|
41 |
"id2label": {
|
42 |
"0": "N/A",
|
43 |
"1": "table",
|
44 |
-
}
|
|
|
|
|
|
|
|
|
45 |
}
|
|
|
41 |
"id2label": {
|
42 |
"0": "N/A",
|
43 |
"1": "table",
|
44 |
+
},
|
45 |
+
"label2id": {
|
46 |
+
"N/A": 0,
|
47 |
+
"table": 1,
|
48 |
+
}
|
49 |
}
|