TahaDouaji
commited on
Commit
•
d09b230
1
Parent(s):
e75758f
Update config.json
Browse files- config.json +5 -1
config.json
CHANGED
@@ -37,5 +37,9 @@
|
|
37 |
"position_embedding_type": "sine",
|
38 |
"scale_embedding": false,
|
39 |
"torch_dtype": "float32",
|
40 |
-
"transformers_version": "4.17.0"
|
|
|
|
|
|
|
|
|
41 |
}
|
|
|
37 |
"position_embedding_type": "sine",
|
38 |
"scale_embedding": false,
|
39 |
"torch_dtype": "float32",
|
40 |
+
"transformers_version": "4.17.0",
|
41 |
+
"id2label": {
|
42 |
+
"0": "N/A",
|
43 |
+
"1": "table",
|
44 |
+
}
|
45 |
}
|