CoolFace
Modelpublic

prithivMLmods/DeepCaption-VLA-V2.0-7B

sourceHugging Faceapache-2.0updated 11mo agoView on Hugging Face
7likes30downloads
preprocessor_config.json38 linesDownload Raw Back to root
1{
2  "crop_size": null,
3  "data_format": "channels_first",
4  "default_to_square": true,
5  "device": null,
6  "disable_grouping": null,
7  "do_center_crop": null,
8  "do_convert_rgb": true,
9  "do_normalize": true,
10  "do_rescale": true,
11  "do_resize": true,
12  "image_mean": [
13    0.48145466,
14    0.4578275,
15    0.40821073
16  ],
17  "image_processor_type": "Qwen2VLImageProcessorFast",
18  "image_std": [
19    0.26862954,
20    0.26130258,
21    0.27577711
22  ],
23  "input_data_format": null,
24  "max_pixels": 12845056,
25  "merge_size": 2,
26  "min_pixels": 3136,
27  "patch_size": 14,
28  "processor_class": "Qwen2_5_VLProcessor",
29  "resample": 3,
30  "rescale_factor": 0.00392156862745098,
31  "return_tensors": null,
32  "size": {
33    "longest_edge": 12845056,
34    "shortest_edge": 3136
35  },
36  "temporal_patch_size": 2
37}
38