ig1sa commited on
Commit
022cb52
·
verified ·
1 Parent(s): 52f1e69

Add files using upload-large-folder tool

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "Qwen2.5-VL-72B",
3
  "architectures": [
4
  "Qwen2_5_VLForConditionalGeneration"
5
  ],
@@ -235,7 +235,7 @@
235
  "sliding_window": 32768,
236
  "tie_word_embeddings": false,
237
  "torch_dtype": "bfloat16",
238
- "transformers_version": "4.49.0.dev0",
239
  "use_cache": true,
240
  "use_sliding_window": false,
241
  "video_token_id": 151656,
@@ -252,4 +252,4 @@
252
  "vision_start_token_id": 151652,
253
  "vision_token_id": 151654,
254
  "vocab_size": 152064
255
- }
 
1
  {
2
+ "_name_or_path": "Qwen/Qwen2.5-VL-72B-Instruct",
3
  "architectures": [
4
  "Qwen2_5_VLForConditionalGeneration"
5
  ],
 
235
  "sliding_window": 32768,
236
  "tie_word_embeddings": false,
237
  "torch_dtype": "bfloat16",
238
+ "transformers_version": "4.49.0",
239
  "use_cache": true,
240
  "use_sliding_window": false,
241
  "video_token_id": 151656,
 
252
  "vision_start_token_id": 151652,
253
  "vision_token_id": 151654,
254
  "vocab_size": 152064
255
+ }
generation_config.json CHANGED
@@ -9,5 +9,5 @@
9
  "repetition_penalty": 1.05,
10
  "top_k": 1,
11
  "top_p": 0.001,
12
- "transformers_version": "4.49.0.dev0"
13
  }
 
9
  "repetition_penalty": 1.05,
10
  "top_k": 1,
11
  "top_p": 0.001,
12
+ "transformers_version": "4.49.0"
13
  }
preprocessor_config.json CHANGED
@@ -1,29 +1,19 @@
1
  {
2
- "do_convert_rgb": true,
3
- "do_normalize": true,
4
- "do_rescale": true,
5
- "do_resize": true,
 
6
  "image_mean": [
7
  0.48145466,
8
  0.4578275,
9
  0.40821073
10
  ],
11
- "image_processor_type": "Qwen2_5_VLImageProcessor",
12
  "image_std": [
13
  0.26862954,
14
  0.26130258,
15
  0.27577711
16
  ],
17
- "max_pixels": 12845056,
18
- "merge_size": 2,
19
- "min_pixels": 3136,
20
- "patch_size": 14,
21
- "processor_class": "Qwen2_5_VLProcessor",
22
- "resample": 3,
23
- "rescale_factor": 0.00392156862745098,
24
- "size": {
25
- "longest_edge": 12845056,
26
- "shortest_edge": 3136
27
- },
28
- "temporal_patch_size": 2
29
- }
 
1
  {
2
+ "min_pixels": 3136,
3
+ "max_pixels": 12845056,
4
+ "patch_size": 14,
5
+ "temporal_patch_size": 2,
6
+ "merge_size": 2,
7
  "image_mean": [
8
  0.48145466,
9
  0.4578275,
10
  0.40821073
11
  ],
 
12
  "image_std": [
13
  0.26862954,
14
  0.26130258,
15
  0.27577711
16
  ],
17
+ "image_processor_type": "Qwen2VLImageProcessor",
18
+ "processor_class": "Qwen2_5_VLProcessor"
19
+ }
 
 
 
 
 
 
 
 
 
 
recipe.yaml CHANGED
@@ -1,6 +1,6 @@
1
  DEFAULT_stage:
2
  DEFAULT_modifiers:
3
  QuantizationModifier:
4
- ignore: [lm_head, 're:.*lm_head', 're:visual.*']
5
  targets: [Linear]
6
  scheme: FP8_DYNAMIC
 
1
  DEFAULT_stage:
2
  DEFAULT_modifiers:
3
  QuantizationModifier:
4
+ ignore: [lm_head, 're:visual.*']
5
  targets: [Linear]
6
  scheme: FP8_DYNAMIC