Commit
·
7aa0923
1
Parent(s):
1f31f46
typo
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
| 10 |
],
|
| 11 |
"attention_dropout": 0.0,
|
| 12 |
"auto_map": {
|
| 13 |
-
"AutoConfig": "
|
| 14 |
"AutoModelForCausalLM": "modeling_img2html.Img2HTMLForVisionText2Text"
|
| 15 |
},
|
| 16 |
"bos_token_id": 1,
|
|
|
|
| 10 |
],
|
| 11 |
"attention_dropout": 0.0,
|
| 12 |
"auto_map": {
|
| 13 |
+
"AutoConfig": "configuration_img2html.Img2HTMLConfig",
|
| 14 |
"AutoModelForCausalLM": "modeling_img2html.Img2HTMLForVisionText2Text"
|
| 15 |
},
|
| 16 |
"bos_token_id": 1,
|