jina-clip-v1-st / preprocessor_config.json
tomaarsen's picture
tomaarsen HF staff
Add new SentenceTransformer model.
c14f952 verified
raw
history blame contribute delete
No virus
517 Bytes
{
"auto_map": {
"AutoImageProcessor": "processing_clip.JinaCLIPImageProcessor",
"AutoProcessor": "jinaai/jina-clip-implementation--processing_clip.JinaCLIPProcessor"
},
"fill_color": 0,
"image_processor_type": "JinaCLIPImageProcessor",
"interpolation": "bicubic",
"mean": [
0.48145466,
0.4578275,
0.40821073
],
"processor_class": "JinaCLIPProcessor",
"resize_mode": "shortest",
"size": 224,
"std": [
0.26862954,
0.26130258,
0.27577711
]
}