Zzsnow panxuchen commited on
Commit
c8cce33
·
1 Parent(s): 657c8f6

Update config.json (#2)

Browse files

- Update config.json (8dc2e95f36594c8e2fa45a6b0a54e7b019530d38)


Co-authored-by: Xuchen Pan <panxuchen@users.noreply.huggingface.co>

Files changed (1) hide show
  1. config.json +12 -20
config.json CHANGED
@@ -18,9 +18,9 @@
18
  "full_attention_interval": 4,
19
  "head_dim": 256,
20
  "hidden_act": "silu",
21
- "hidden_size": 4096,
22
  "initializer_range": 0.02,
23
- "intermediate_size": 12288,
24
  "layer_types": [
25
  "linear_attention",
26
  "linear_attention",
@@ -45,20 +45,12 @@
45
  "linear_attention",
46
  "linear_attention",
47
  "linear_attention",
48
- "full_attention",
49
- "linear_attention",
50
- "linear_attention",
51
- "linear_attention",
52
- "full_attention",
53
- "linear_attention",
54
- "linear_attention",
55
- "linear_attention",
56
  "full_attention"
57
  ],
58
  "linear_conv_kernel_dim": 4,
59
  "linear_key_head_dim": 128,
60
  "linear_num_key_heads": 16,
61
- "linear_num_value_heads": 32,
62
  "linear_value_head_dim": 128,
63
  "mamba_ssm_dtype": "float32",
64
  "max_position_embeddings": 262144,
@@ -66,9 +58,9 @@
66
  "model_type": "qwen3_5_text",
67
  "mtp_num_hidden_layers": 1,
68
  "mtp_use_dedicated_embeddings": false,
69
- "num_attention_heads": 16,
70
- "num_hidden_layers": 32,
71
- "num_key_value_heads": 4,
72
  "pad_token_id": null,
73
  "partial_rotary_factor": 0.25,
74
  "rms_norm_eps": 1e-06,
@@ -83,26 +75,26 @@
83
  "rope_theta": 10000000,
84
  "rope_type": "default"
85
  },
86
- "tie_word_embeddings": false,
87
  "use_cache": true,
88
  "vocab_size": 248320
89
  },
90
- "tie_word_embeddings": false,
91
  "transformers_version": "5.3.0",
92
  "video_token_id": 248057,
93
  "vision_config": {
94
  "deepstack_visual_indexes": [],
95
- "depth": 27,
96
  "dtype": "float32",
97
  "hidden_act": "gelu_pytorch_tanh",
98
- "hidden_size": 1152,
99
  "in_channels": 3,
100
  "initializer_range": 0.02,
101
- "intermediate_size": 4304,
102
  "model_type": "qwen3_5",
103
  "num_heads": 16,
104
  "num_position_embeddings": 2304,
105
- "out_hidden_size": 4096,
106
  "patch_size": 16,
107
  "spatial_merge_size": 2,
108
  "temporal_patch_size": 2
 
18
  "full_attention_interval": 4,
19
  "head_dim": 256,
20
  "hidden_act": "silu",
21
+ "hidden_size": 2048,
22
  "initializer_range": 0.02,
23
+ "intermediate_size": 6144,
24
  "layer_types": [
25
  "linear_attention",
26
  "linear_attention",
 
45
  "linear_attention",
46
  "linear_attention",
47
  "linear_attention",
 
 
 
 
 
 
 
 
48
  "full_attention"
49
  ],
50
  "linear_conv_kernel_dim": 4,
51
  "linear_key_head_dim": 128,
52
  "linear_num_key_heads": 16,
53
+ "linear_num_value_heads": 16,
54
  "linear_value_head_dim": 128,
55
  "mamba_ssm_dtype": "float32",
56
  "max_position_embeddings": 262144,
 
58
  "model_type": "qwen3_5_text",
59
  "mtp_num_hidden_layers": 1,
60
  "mtp_use_dedicated_embeddings": false,
61
+ "num_attention_heads": 8,
62
+ "num_hidden_layers": 24,
63
+ "num_key_value_heads": 2,
64
  "pad_token_id": null,
65
  "partial_rotary_factor": 0.25,
66
  "rms_norm_eps": 1e-06,
 
75
  "rope_theta": 10000000,
76
  "rope_type": "default"
77
  },
78
+ "tie_word_embeddings": true,
79
  "use_cache": true,
80
  "vocab_size": 248320
81
  },
82
+ "tie_word_embeddings": true,
83
  "transformers_version": "5.3.0",
84
  "video_token_id": 248057,
85
  "vision_config": {
86
  "deepstack_visual_indexes": [],
87
+ "depth": 24,
88
  "dtype": "float32",
89
  "hidden_act": "gelu_pytorch_tanh",
90
+ "hidden_size": 1024,
91
  "in_channels": 3,
92
  "initializer_range": 0.02,
93
+ "intermediate_size": 4096,
94
  "model_type": "qwen3_5",
95
  "num_heads": 16,
96
  "num_position_embeddings": 2304,
97
+ "out_hidden_size": 2048,
98
  "patch_size": 16,
99
  "spatial_merge_size": 2,
100
  "temporal_patch_size": 2