SauerkrautLM-ColQwen3-4b-v0.1 / preprocessor_config.json
DavidGF's picture
Upload folder using huggingface_hub
c178388 verified
Raw
History Blame Contribute Delete
584 Bytes
{
"do_convert_rgb": true,
"do_normalize": true,
"do_rescale": true,
"do_resize": true,
"image_mean": [
0.5,
0.5,
0.5
],
"image_std": [
0.5,
0.5,
0.5
],
"image_processor_type": "Qwen2VLImageProcessor",
"max_pixels": 1310720,
"merge_size": 2,
"min_pixels": 65536,
"patch_size": 16,
"processor_class": "ColQwen3Processor",
"resample": 3,
"rescale_factor": 0.00392156862745098,
"size": {
"max_pixels": 1310720,
"min_pixels": 65536,
"longest_edge": 16777216,
"shortest_edge": 65536
},
"temporal_patch_size": 2
}