Harley-ml commited on
Commit
55ff9eb
·
verified ·
1 Parent(s): 16ee6d2

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +5 -5
config.json CHANGED
@@ -26,11 +26,11 @@
26
  "full_attention",
27
  "full_attention"
28
  ],
29
- "linear_conv_kernel_dim": null,
30
- "linear_key_head_dim": null,
31
- "linear_num_key_heads": null,
32
- "linear_num_value_heads": null,
33
- "linear_value_head_dim": null,
34
  "max_position_embeddings": 384,
35
  "model_type": "qwen3_5_text",
36
  "num_attention_heads": 3,
 
26
  "full_attention",
27
  "full_attention"
28
  ],
29
+ "linear_conv_kernel_dim": 4,
30
+ "linear_key_head_dim": 24,
31
+ "linear_num_key_heads": 3,
32
+ "linear_num_value_heads": 3,
33
+ "linear_value_head_dim": 24,
34
  "max_position_embeddings": 384,
35
  "model_type": "qwen3_5_text",
36
  "num_attention_heads": 3,