clip_vit_large_14 / kf_preprocessor.json
IMvision12's picture
Upload kf_preprocessor.json with huggingface_hub
0c099db verified
Raw
History Blame Contribute Delete
536 Bytes
{
"library_name": "kerasformers",
"kerasformers_version": "1.1.3",
"preprocessor_module": "kerasformers.models.clip",
"preprocessor_class": "CLIPImageProcessor",
"variant": "clip_vit_large_14",
"image_resolution": 224,
"mean": [
0.48145467042922974,
0.45782750844955444,
0.40821072459220886
],
"std": [
0.2686295509338379,
0.2613025903701782,
0.27577710151672363
],
"do_center_crop": true,
"do_normalize": true,
"do_resize": true,
"data_format": "channels_last"
}