HusseinLezzaik commited on
Commit
2e5080d
·
verified ·
1 Parent(s): 8b5a460

Delete checkpoint-2500/video_preprocessor_config.json with huggingface_hub

Browse files
checkpoint-2500/video_preprocessor_config.json DELETED
@@ -1,43 +0,0 @@
1
- {
2
- "crop_size": null,
3
- "data_format": "channels_first",
4
- "default_to_square": true,
5
- "device": null,
6
- "do_center_crop": null,
7
- "do_convert_rgb": true,
8
- "do_normalize": true,
9
- "do_rescale": true,
10
- "do_resize": true,
11
- "do_sample_frames": false,
12
- "fps": null,
13
- "image_mean": [
14
- 0.48145466,
15
- 0.4578275,
16
- 0.40821073
17
- ],
18
- "image_std": [
19
- 0.26862954,
20
- 0.26130258,
21
- 0.27577711
22
- ],
23
- "input_data_format": null,
24
- "max_frames": 768,
25
- "max_pixels": 12845056,
26
- "merge_size": 2,
27
- "min_frames": 4,
28
- "min_pixels": 3136,
29
- "num_frames": null,
30
- "pad_size": null,
31
- "patch_size": 14,
32
- "processor_class": "Qwen2_5_VLProcessor",
33
- "resample": 3,
34
- "rescale_factor": 0.00392156862745098,
35
- "return_metadata": false,
36
- "size": {
37
- "longest_edge": 12845056,
38
- "shortest_edge": 3136
39
- },
40
- "temporal_patch_size": 2,
41
- "video_metadata": null,
42
- "video_processor_type": "Qwen2VLVideoProcessor"
43
- }