Commit
·
f91fa43
1
Parent(s):
db0b5ed
try the remote
Browse files- config.json +0 -3
- preprocessor_config.json +2 -2
config.json
CHANGED
|
@@ -8,9 +8,6 @@
|
|
| 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,
|
|
|
|
| 8 |
"architectures": [
|
| 9 |
"Img2HTMLForVisionText2Text"
|
| 10 |
],
|
|
|
|
|
|
|
|
|
|
| 11 |
"attention_dropout": 0.0,
|
| 12 |
"bos_token_id": 1,
|
| 13 |
"cross_layer_interval": 1,
|
preprocessor_config.json
CHANGED
|
@@ -5,12 +5,12 @@
|
|
| 5 |
0.5,
|
| 6 |
0.5
|
| 7 |
],
|
| 8 |
-
"image_processor_type": "Img2HTMLImageProcessor",
|
| 9 |
"image_size": 960,
|
| 10 |
"image_std": [
|
| 11 |
0.5,
|
| 12 |
0.5,
|
| 13 |
0.5
|
| 14 |
],
|
| 15 |
-
"processor_class": "Img2HTMLProcessor"
|
| 16 |
}
|
|
|
|
| 5 |
0.5,
|
| 6 |
0.5
|
| 7 |
],
|
| 8 |
+
"image_processor_type": "image_processing_img2html.Img2HTMLImageProcessor",
|
| 9 |
"image_size": 960,
|
| 10 |
"image_std": [
|
| 11 |
0.5,
|
| 12 |
0.5,
|
| 13 |
0.5
|
| 14 |
],
|
| 15 |
+
"processor_class": "processor_img2html.Img2HTMLProcessor"
|
| 16 |
}
|