CoolFace
Modelpublic

OFA-Sys/chinese-clip-vit-large-patch14

sourceHugging Faceupdated 4y agoView on Hugging Face
37likes33kdownloads
preprocessor_config.json21 linesDownload Raw Back to root
1{2  "do_center_crop": false,3  "do_normalize": true,4  "do_resize": true,5  "feature_extractor_type": "ChineseCLIPFeatureExtractor",6  "image_mean": [7    0.48145466,8    0.4578275,9    0.4082107310  ],11  "image_std": [12    0.26862954,13    0.26130258,14    0.2757771115  ],16  "resample": 3,17  "size": {18    "height": 224, 19    "width": 22420  }21}