Update preprocessor_config.json
Browse files- preprocessor_config.json +7 -1
preprocessor_config.json
CHANGED
|
@@ -1,4 +1,8 @@
|
|
| 1 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
"crop_size": {
|
| 3 |
"height": 224,
|
| 4 |
"width": 224
|
|
@@ -25,5 +29,7 @@
|
|
| 25 |
"width": 224
|
| 26 |
},
|
| 27 |
"min_pixels": 3136,
|
| 28 |
-
"max_pixels": 4816896
|
|
|
|
|
|
|
| 29 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"auto_map": {
|
| 3 |
+
"AutoProcessor": "processing_ernie4_5_vl.Ernie4_5_VLProcessor",
|
| 4 |
+
"AutoImageProcessor": "processing_ernie4_5_vl.Ernie4_5_VLImageProcessor"
|
| 5 |
+
},
|
| 6 |
"crop_size": {
|
| 7 |
"height": 224,
|
| 8 |
"width": 224
|
|
|
|
| 29 |
"width": 224
|
| 30 |
},
|
| 31 |
"min_pixels": 3136,
|
| 32 |
+
"max_pixels": 4816896,
|
| 33 |
+
"processor_class": "Ernie4_5_VLProcessor",
|
| 34 |
+
"image_processor_type": "Ernie4_5_VLImageProcessor"
|
| 35 |
}
|