Commit
·
db0b5ed
1
Parent(s):
9da4b20
autoprocessor class
Browse files- config.json +3 -0
config.json
CHANGED
|
@@ -8,6 +8,9 @@
|
|
| 8 |
"architectures": [
|
| 9 |
"Img2HTMLForVisionText2Text"
|
| 10 |
],
|
|
|
|
|
|
|
|
|
|
| 11 |
"attention_dropout": 0.0,
|
| 12 |
"bos_token_id": 1,
|
| 13 |
"cross_layer_interval": 1,
|
|
|
|
| 8 |
"architectures": [
|
| 9 |
"Img2HTMLForVisionText2Text"
|
| 10 |
],
|
| 11 |
+
"auto_map": {
|
| 12 |
+
"AutoProcessor": "processor_img2html.Img2HTMLProcessor"
|
| 13 |
+
},
|
| 14 |
"attention_dropout": 0.0,
|
| 15 |
"bos_token_id": 1,
|
| 16 |
"cross_layer_interval": 1,
|