CoolFace
Modelpublic

SvalTek/Q3.5-ColdBrew-9B-Base-v2-Test0

sourceHugging Faceapache-2.0updated 6mo agoView on Hugging Face
0likes18downloads
processor_config.json65 linesDownload Raw Back to root
1{2  "image_processor": {3    "data_format": "channels_first",4    "do_convert_rgb": true,5    "do_normalize": true,6    "do_rescale": true,7    "do_resize": true,8    "image_mean": [9      0.5,10      0.5,11      0.512    ],13    "image_processor_type": "Qwen2VLImageProcessorFast",14    "image_std": [15      0.5,16      0.5,17      0.518    ],19    "merge_size": 2,20    "patch_size": 16,21    "resample": 3,22    "rescale_factor": 0.00392156862745098,23    "size": {24      "longest_edge": 16777216,25      "shortest_edge": 6553626    },27    "temporal_patch_size": 228  },29  "processor_class": "Qwen3VLProcessor",30  "video_processor": {31    "data_format": "channels_first",32    "default_to_square": true,33    "do_convert_rgb": true,34    "do_normalize": true,35    "do_rescale": true,36    "do_resize": true,37    "do_sample_frames": true,38    "fps": 2,39    "image_mean": [40      0.5,41      0.5,42      0.543    ],44    "image_processor_type": "Qwen2VLImageProcessorFast",45    "image_std": [46      0.5,47      0.5,48      0.549    ],50    "max_frames": 768,51    "merge_size": 2,52    "min_frames": 4,53    "patch_size": 16,54    "resample": 3,55    "rescale_factor": 0.00392156862745098,56    "return_metadata": false,57    "size": {58      "longest_edge": 16777216,59      "shortest_edge": 6553660    },61    "temporal_patch_size": 2,62    "video_processor_type": "Qwen3VLVideoProcessor"63  }64}65