jina-embeddings-v5-omni-nano-ONNX / preprocessor_config.json
splatoonWooo's picture
Duplicate from onnx-community/jina-embeddings-v5-omni-nano-ONNX
4d7148d
Raw
History Blame Contribute Delete
417 Bytes
{
"do_convert_rgb": true,
"do_normalize": true,
"do_rescale": true,
"do_resize": true,
"image_mean": [
0.5,
0.5,
0.5
],
"image_processor_type": "Qwen2VLImageProcessor",
"image_std": [
0.5,
0.5,
0.5
],
"merge_size": 2,
"patch_size": 16,
"resample": 3,
"rescale_factor": 0.00392156862745098,
"temporal_patch_size": 2,
"min_pixels": 262144,
"max_pixels": 1310720
}