CoolFace
Modelpublic

arthurcollet/Qwen3-VL-Reranker-2B-mlx-4bit

sourceHugging Faceapache-2.0updated 8mo agoView on Hugging Face
0likes65downloads
preprocessor_config.json30 linesDownload Raw Back to root
1{2    "size": {3        "longest_edge": 16777216,4        "shortest_edge": 655365    },6    "patch_size": 16,7    "temporal_patch_size": 2,8    "image_mean": [9        0.5,10        0.5,11        0.512    ],13    "image_std": [14        0.5,15        0.5,16        0.517    ],18    "processor_class": "Qwen3VLProcessor",19    "image_processor_type": "Qwen2VLImageProcessorFast",20    "input_data_format": null,21    "max_pixels": 1310720,22    "merge_size": 2,23    "min_pixels": 4095,24    "pad_size": null,25    "processor_class": "Qwen3VLProcessor",26    "resample": 3,27    "rescale_factor": 0.00392156862745098,28    "return_tensors": null29}30