DannyJun commited on
Commit
9a9eea4
·
verified ·
1 Parent(s): ffa5117

Upload preprocessor_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +4 -4
preprocessor_config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "auto_map": {
3
- "AutoImageProcessor": "image_processing_molmoact.MolmoActImageProcessor",
4
- "AutoProcessor": "processing_molmoact.MolmoActProcessor"
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": "MolmoActImageProcessor",
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": "MolmoActProcessor",
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
  }