Update README.md

This commit is contained in:
ai-modelscope
2025-02-15 20:06:20 +08:00
parent 0847df0364
commit 406085e2f9
15 changed files with 1181 additions and 2516 deletions

View File

@@ -1,5 +1,5 @@
{
"_name_or_path": "Qwen/Qwen2.5-VL-72B-Instruct",
"_name_or_path": "Qwen/Qwen2.5-VL-7B-Instruct",
"architectures": [
"Qwen2_5_VLForConditionalGeneration"
],
@@ -7,16 +7,16 @@
"bos_token_id": 151643,
"eos_token_id": 151645,
"hidden_act": "silu",
"hidden_size": 8192,
"hidden_size": 3584,
"image_token_id": 151655,
"initializer_range": 0.02,
"intermediate_size": 29568,
"intermediate_size": 18944,
"max_position_embeddings": 128000,
"max_window_layers": 80,
"max_window_layers": 28,
"model_type": "qwen2_5_vl",
"num_attention_heads": 64,
"num_hidden_layers": 80,
"num_key_value_heads": 8,
"num_attention_heads": 28,
"num_hidden_layers": 28,
"num_key_value_heads": 4,
"quantization_config": {
"bits": 4,
"group_size": 128,
@@ -48,9 +48,7 @@
"vision_config": {
"hidden_size": 1280,
"in_chans": 3,
"intermediate_size": 3456,
"model_type": "qwen2_5_vl",
"out_hidden_size": 8192,
"spatial_patch_size": 14,
"tokens_per_second": 2,
"torch_dtype": "bfloat16"