Add files using upload-large-folder tool
Browse files- config.json +3 -3
- generation_config.json +1 -1
- preprocessor_config.json +8 -18
- recipe.yaml +1 -1
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
|
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
|
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 |
-
"
|
3 |
-
"
|
4 |
-
"
|
5 |
-
"
|
|
|
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 |
-
"
|
18 |
-
"
|
19 |
-
|
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
|
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
|