CoolFace
Modelpublic

VillanovaAI/Villanova-2B-VL-2512-Preview

sourceHugging Faceapache-2.0updated 9mo agoView on Hugging Face
2likes17downloads
preprocessor_config.json28 linesDownload Raw Back to root
1{2  "processor_class": "VillanovaProcessor",3  "image_processor_type": "VillanovaImageProcessor",4  "auto_map": {5    "AutoProcessor": "processing_villanova.VillanovaProcessor",6    "AutoImageProcessor": "image_processing_villanova.VillanovaImageProcessor"7  },8  "do_resize": true,9  "size": {10    "height": 384,11    "width": 38412  },13  "resample": 3,14  "do_rescale": true,15  "rescale_factor": 0.00392156862745098,16  "do_normalize": true,17  "image_mean": [18    0.5,19    0.5,20    0.521  ],22  "image_std": [23    0.5,24    0.5,25    0.526  ],27  "do_convert_rgb": true28}