nklockiewicz commited on
Commit
9ac6491
·
verified ·
1 Parent(s): 825e79a

Update hammer-2.1-1.5B/quantized/config.json

Browse files
hammer-2.1-1.5B/quantized/config.json CHANGED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dim": 1536,
3
+ "ffn_dim_multiplier": 1,
4
+ "hidden_dim": 8960,
5
+ "n_heads": 12,
6
+ "n_kv_heads": 2,
7
+ "n_layers": 28,
8
+ "norm_eps": 1e-6,
9
+ "rope_theta": 1000000.0,
10
+ "use_scaled_rope": false,
11
+ "vocab_size": 151665,
12
+ "use_hf_rope": true,
13
+ "attention_qkv_bias": true
14
+ }