CoolFace
Modelpublic

prithivMLmods/Vortex-9B-CodeCore-Merge

sourceHugging Faceapache-2.0updated 4d agoView on Hugging Face
1likes195downloads
preprocessor_config.json21 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    "merge_size": 2,9    "image_mean": [10        0.5,11        0.5,12        0.513    ],14    "image_std": [15        0.5,16        0.5,17        0.518    ],19    "processor_class": "Qwen3VLProcessor",20    "image_processor_type": "Qwen2VLImageProcessorFast"21}