Upload preprocessor_config.json with huggingface_hub
Browse files- preprocessor_config.json +4 -4
preprocessor_config.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"auto_map": {
|
| 3 |
-
"AutoImageProcessor": "
|
| 4 |
-
"AutoProcessor": "
|
| 5 |
},
|
| 6 |
"base_image_input_size": [
|
| 7 |
378,
|
|
@@ -13,7 +13,7 @@
|
|
| 13 |
"image_patch_size": 14,
|
| 14 |
"image_pooling_h": 2,
|
| 15 |
"image_pooling_w": 2,
|
| 16 |
-
"image_processor_type": "
|
| 17 |
"max_crops": 8,
|
| 18 |
"max_multi_image_crops": 8,
|
| 19 |
"normalize_mode": "siglip",
|
|
@@ -22,6 +22,6 @@
|
|
| 22 |
4
|
| 23 |
],
|
| 24 |
"pad_value": 0.0,
|
| 25 |
-
"processor_class": "
|
| 26 |
"resize_mode": "siglip"
|
| 27 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"auto_map": {
|
| 3 |
+
"AutoImageProcessor": "image_processing_sprvla.SPRVLAImageProcessor",
|
| 4 |
+
"AutoProcessor": "processing_sprvla.SPRVLAProcessor"
|
| 5 |
},
|
| 6 |
"base_image_input_size": [
|
| 7 |
378,
|
|
|
|
| 13 |
"image_patch_size": 14,
|
| 14 |
"image_pooling_h": 2,
|
| 15 |
"image_pooling_w": 2,
|
| 16 |
+
"image_processor_type": "SPRVLAImageProcessor",
|
| 17 |
"max_crops": 8,
|
| 18 |
"max_multi_image_crops": 8,
|
| 19 |
"normalize_mode": "siglip",
|
|
|
|
| 22 |
4
|
| 23 |
],
|
| 24 |
"pad_value": 0.0,
|
| 25 |
+
"processor_class": "SPRVLAProcessor",
|
| 26 |
"resize_mode": "siglip"
|
| 27 |
}
|