Commit
•
479914a
1
Parent(s):
783b0c2
Fix _name_or_path in config.json (#2)
Browse files- Fix _name_or_path in config.json (4d8385babf18df8230039850173b21ecc62694c1)
Co-authored-by: Timo Witte <Spacefish007@users.noreply.huggingface.co>
- config.json +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "impira/layoutlm-
|
3 |
"architectures": [
|
4 |
"LayoutLMForQuestionAnswering"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "impira/layoutlm-invoices",
|
3 |
"architectures": [
|
4 |
"LayoutLMForQuestionAnswering"
|
5 |
],
|