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 :)

Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "impira/layoutlm-document-qa",
3
  "architectures": [
4
  "LayoutLMForQuestionAnswering"
5
  ],
 
1
  {
2
+ "_name_or_path": "impira/layoutlm-invoices",
3
  "architectures": [
4
  "LayoutLMForQuestionAnswering"
5
  ],