jina-clip-v1-st-remote / preprocessor_config.json
Tom Aarsen
Use remote implementation for preprocessor too
7142a52
{
"auto_map": {
"AutoImageProcessor": "tomaarsen/jina-clip-implementation-st--processing_clip.JinaCLIPImageProcessor",
"AutoProcessor": "tomaarsen/jina-clip-implementation-st--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
]
}