nklockiewicz commited on
Commit
93f359d
·
verified ·
1 Parent(s): f4c975c

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

Browse files
Files changed (1) hide show
  1. qwen-3-0.6B/quantized/config.json +16 -0
qwen-3-0.6B/quantized/config.json CHANGED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dim": 1024,
3
+ "ffn_dim_multiplier": 1,
4
+ "hidden_dim": 3072,
5
+ "n_heads": 16,
6
+ "head_dim": 128,
7
+ "n_kv_heads": 8,
8
+ "n_layers": 28,
9
+ "norm_eps": 1e-06,
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
+ }