nklockiewicz commited on
Commit
d4f411f
·
verified ·
1 Parent(s): 857ade6

Update qwen-3-4B/quantized/config.json

Browse files
Files changed (1) hide show
  1. qwen-3-4B/quantized/config.json +16 -0
qwen-3-4B/quantized/config.json CHANGED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dim": 2560,
3
+ "ffn_dim_multiplier": 1,
4
+ "hidden_dim": 9728,
5
+ "n_heads": 32,
6
+ "head_dim": 128,
7
+ "n_kv_heads": 8,
8
+ "n_layers": 36,
9
+ "norm_eps": 1e-6,
10
+ "rope_theta": 1000000.0,
11
+ "use_scaled_rope": false,
12
+ "vocab_size": 151936,
13
+ "use_hf_rope": true,
14
+ "attention_qkv_bias": false,
15
+ "use_qk_norm": true
16
+ }