Spacefish007
commited on
Commit
•
4d8385b
1
Parent(s):
783b0c2
Fix _name_or_path in config.json
Browse files_name_or_path should match the repos name :)
- 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 |
],
|