HusseinLezzaik commited on
Commit
59ac2c8
·
verified ·
1 Parent(s): 7c6dc9a

Delete checkpoint-2500/preprocessor_config.json with huggingface_hub

Browse files
checkpoint-2500/preprocessor_config.json DELETED
@@ -1,39 +0,0 @@
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_pad": null,
11
- "do_rescale": true,
12
- "do_resize": true,
13
- "image_mean": [
14
- 0.48145466,
15
- 0.4578275,
16
- 0.40821073
17
- ],
18
- "image_processor_type": "Qwen2VLImageProcessorFast",
19
- "image_std": [
20
- 0.26862954,
21
- 0.26130258,
22
- 0.27577711
23
- ],
24
- "input_data_format": null,
25
- "max_pixels": 12845056,
26
- "merge_size": 2,
27
- "min_pixels": 3136,
28
- "pad_size": null,
29
- "patch_size": 14,
30
- "processor_class": "Qwen2_5_VLProcessor",
31
- "resample": 3,
32
- "rescale_factor": 0.00392156862745098,
33
- "return_tensors": null,
34
- "size": {
35
- "longest_edge": 12845056,
36
- "shortest_edge": 3136
37
- },
38
- "temporal_patch_size": 2
39
- }