hermeschen-ezcon commited on
Commit
875db5e
·
verified ·
1 Parent(s): 1e53139

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. processor_config.json +1 -21
  2. tokenizer_config.json +0 -1
processor_config.json CHANGED
@@ -1,13 +1,8 @@
1
  {
2
  "image_processor": {
3
- "crop_size": null,
4
  "data_format": "channels_first",
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": [
@@ -16,22 +11,17 @@
16
  0.40821073
17
  ],
18
  "image_processor_type": "Qwen2VLImageProcessorFast",
19
- "image_seq_length": null,
20
  "image_std": [
21
  0.26862954,
22
  0.26130258,
23
  0.27577711
24
  ],
25
- "input_data_format": null,
26
  "max_pixels": 12845056,
27
  "merge_size": 2,
28
  "min_pixels": 3136,
29
- "pad_size": null,
30
  "patch_size": 14,
31
- "processor_class": "Qwen2VLProcessor",
32
  "resample": 3,
33
  "rescale_factor": 0.00392156862745098,
34
- "return_tensors": null,
35
  "size": {
36
  "longest_edge": 12845056,
37
  "shortest_edge": 3136
@@ -40,48 +30,38 @@
40
  },
41
  "processor_class": "Qwen2VLProcessor",
42
  "video_processor": {
43
- "crop_size": null,
44
  "data_format": "channels_first",
45
  "default_to_square": true,
46
- "device": null,
47
- "do_center_crop": null,
48
  "do_convert_rgb": true,
49
  "do_normalize": true,
50
- "do_pad": null,
51
  "do_rescale": true,
52
  "do_resize": true,
53
  "do_sample_frames": false,
54
- "fps": null,
55
  "image_mean": [
56
  0.48145466,
57
  0.4578275,
58
  0.40821073
59
  ],
 
60
  "image_std": [
61
  0.26862954,
62
  0.26130258,
63
  0.27577711
64
  ],
65
- "input_data_format": null,
66
  "max_frames": 768,
67
  "max_pixels": 12845056,
68
  "merge_size": 2,
69
  "min_frames": 4,
70
  "min_pixels": 3136,
71
- "num_frames": null,
72
- "pad_size": null,
73
  "patch_size": 14,
74
- "processor_class": "Qwen2VLProcessor",
75
  "resample": 3,
76
  "rescale_factor": 0.00392156862745098,
77
  "return_metadata": false,
78
- "return_tensors": null,
79
  "size": {
80
  "longest_edge": 12845056,
81
  "shortest_edge": 3136
82
  },
83
  "temporal_patch_size": 2,
84
- "video_metadata": null,
85
  "video_processor_type": "Qwen2VLVideoProcessor"
86
  }
87
  }
 
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": [
 
11
  0.40821073
12
  ],
13
  "image_processor_type": "Qwen2VLImageProcessorFast",
 
14
  "image_std": [
15
  0.26862954,
16
  0.26130258,
17
  0.27577711
18
  ],
 
19
  "max_pixels": 12845056,
20
  "merge_size": 2,
21
  "min_pixels": 3136,
 
22
  "patch_size": 14,
 
23
  "resample": 3,
24
  "rescale_factor": 0.00392156862745098,
 
25
  "size": {
26
  "longest_edge": 12845056,
27
  "shortest_edge": 3136
 
30
  },
31
  "processor_class": "Qwen2VLProcessor",
32
  "video_processor": {
 
33
  "data_format": "channels_first",
34
  "default_to_square": true,
 
 
35
  "do_convert_rgb": true,
36
  "do_normalize": true,
 
37
  "do_rescale": true,
38
  "do_resize": true,
39
  "do_sample_frames": false,
 
40
  "image_mean": [
41
  0.48145466,
42
  0.4578275,
43
  0.40821073
44
  ],
45
+ "image_processor_type": "Qwen2VLImageProcessor",
46
  "image_std": [
47
  0.26862954,
48
  0.26130258,
49
  0.27577711
50
  ],
 
51
  "max_frames": 768,
52
  "max_pixels": 12845056,
53
  "merge_size": 2,
54
  "min_frames": 4,
55
  "min_pixels": 3136,
 
 
56
  "patch_size": 14,
 
57
  "resample": 3,
58
  "rescale_factor": 0.00392156862745098,
59
  "return_metadata": false,
 
60
  "size": {
61
  "longest_edge": 12845056,
62
  "shortest_edge": 3136
63
  },
64
  "temporal_patch_size": 2,
 
65
  "video_processor_type": "Qwen2VLVideoProcessor"
66
  }
67
  }
tokenizer_config.json CHANGED
@@ -1,6 +1,5 @@
1
  {
2
  "add_prefix_space": false,
3
- "additional_special_tokens": null,
4
  "backend": "tokenizers",
5
  "bos_token": null,
6
  "clean_up_tokenization_spaces": false,
 
1
  {
2
  "add_prefix_space": false,
 
3
  "backend": "tokenizers",
4
  "bos_token": null,
5
  "clean_up_tokenization_spaces": false,