CoolFace
Modelpublic

autoRiver/SAKI-InternVL3-2B-Instruct-bnb-4bit

sourceHugging Faceapache-2.0updated 3mo agoView on Hugging Face
0likes7downloads
preprocessor_config.json20 linesDownload Raw Back to root
1{2  "crop_size": 448,3  "do_center_crop": true,4  "do_normalize": true,5  "do_resize": true,6  "feature_extractor_type": "CLIPFeatureExtractor",7  "image_mean": [8    0.485,9    0.456,10    0.40611  ],12  "image_std": [13    0.229,14    0.224,15    0.22516  ],17  "resample": 3,18  "size": 44819}20