Update config.json
Browse files- config.json +1 -46
config.json
CHANGED
|
@@ -1,22 +1,4 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "Qwen/Qwen2-VL-72B-Instruct-315-fix-dim-pad",
|
| 3 |
-
"architectures": [
|
| 4 |
-
"Qwen2VLForConditionalGeneration"
|
| 5 |
-
],
|
| 6 |
-
"attention_dropout": 0.0,
|
| 7 |
-
"bos_token_id": 151643,
|
| 8 |
-
"eos_token_id": 151645,
|
| 9 |
-
"hidden_act": "silu",
|
| 10 |
-
"hidden_size": 8192,
|
| 11 |
-
"image_token_id": 151655,
|
| 12 |
-
"initializer_range": 0.02,
|
| 13 |
-
"intermediate_size": 29696,
|
| 14 |
-
"max_position_embeddings": 32768,
|
| 15 |
-
"max_window_layers": 80,
|
| 16 |
-
"model_type": "qwen2_vl",
|
| 17 |
-
"num_attention_heads": 64,
|
| 18 |
-
"num_hidden_layers": 80,
|
| 19 |
-
"num_key_value_heads": 8,
|
| 20 |
"quantization_config": {
|
| 21 |
"bits": 4,
|
| 22 |
"group_size": 128,
|
|
@@ -26,32 +8,5 @@
|
|
| 26 |
"quant_method": "awq",
|
| 27 |
"version": "gemm",
|
| 28 |
"zero_point": true
|
| 29 |
-
}
|
| 30 |
-
"rms_norm_eps": 1e-06,
|
| 31 |
-
"rope_scaling": {
|
| 32 |
-
"mrope_section": [
|
| 33 |
-
16,
|
| 34 |
-
24,
|
| 35 |
-
24
|
| 36 |
-
],
|
| 37 |
-
"type": "mrope"
|
| 38 |
-
},
|
| 39 |
-
"rope_theta": 1000000.0,
|
| 40 |
-
"sliding_window": 32768,
|
| 41 |
-
"tie_word_embeddings": false,
|
| 42 |
-
"torch_dtype": "float16",
|
| 43 |
-
"transformers_version": "4.45.0.dev0",
|
| 44 |
-
"use_cache": true,
|
| 45 |
-
"use_sliding_window": false,
|
| 46 |
-
"video_token_id": 151656,
|
| 47 |
-
"vision_config": {
|
| 48 |
-
"hidden_size": 8192,
|
| 49 |
-
"in_chans": 3,
|
| 50 |
-
"model_type": "qwen2_vl",
|
| 51 |
-
"spatial_patch_size": 14
|
| 52 |
-
},
|
| 53 |
-
"vision_end_token_id": 151653,
|
| 54 |
-
"vision_start_token_id": 151652,
|
| 55 |
-
"vision_token_id": 151654,
|
| 56 |
-
"vocab_size": 152064
|
| 57 |
}
|
|
|
|
| 1 |
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
"quantization_config": {
|
| 3 |
"bits": 4,
|
| 4 |
"group_size": 128,
|
|
|
|
| 8 |
"quant_method": "awq",
|
| 9 |
"version": "gemm",
|
| 10 |
"zero_point": true
|
| 11 |
+
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
}
|