vittoriopippi
commited on
Commit
·
6c352fc
1
Parent(s):
385308e
Error with model_type
Browse files- hwt/config.json +4 -0
- vatr/config.json +4 -0
hwt/config.json
CHANGED
|
@@ -4,6 +4,10 @@
|
|
| 4 |
"architectures": [
|
| 5 |
"VATrPP"
|
| 6 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
"augment_ocr": false,
|
| 8 |
"batch_size": 8,
|
| 9 |
"corpus": "standard",
|
|
|
|
| 4 |
"architectures": [
|
| 5 |
"VATrPP"
|
| 6 |
],
|
| 7 |
+
"auto_map": {
|
| 8 |
+
"AutoConfig": "blowing-up-groundhogs/vatrpp--configuration_vatrpp.VATrPPConfig",
|
| 9 |
+
"AutoModel": "blowing-up-groundhogs/vatrpp--modeling_vatrpp.VATrPP"
|
| 10 |
+
},
|
| 11 |
"augment_ocr": false,
|
| 12 |
"batch_size": 8,
|
| 13 |
"corpus": "standard",
|
vatr/config.json
CHANGED
|
@@ -4,6 +4,10 @@
|
|
| 4 |
"architectures": [
|
| 5 |
"VATrPP"
|
| 6 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
"augment_ocr": false,
|
| 8 |
"batch_size": 8,
|
| 9 |
"corpus": "standard",
|
|
|
|
| 4 |
"architectures": [
|
| 5 |
"VATrPP"
|
| 6 |
],
|
| 7 |
+
"auto_map": {
|
| 8 |
+
"AutoConfig": "blowing-up-groundhogs/vatrpp--configuration_vatrpp.VATrPPConfig",
|
| 9 |
+
"AutoModel": "blowing-up-groundhogs/vatrpp--modeling_vatrpp.VATrPP"
|
| 10 |
+
},
|
| 11 |
"augment_ocr": false,
|
| 12 |
"batch_size": 8,
|
| 13 |
"corpus": "standard",
|