Update qwen-3-1.7B/quantized/config.json
Browse files
qwen-3-1.7B/quantized/config.json
CHANGED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dim": 2048,
|
| 3 |
+
"ffn_dim_multiplier": 1,
|
| 4 |
+
"hidden_dim": 6144,
|
| 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 |
+
}
|