nklockiewicz commited on
Commit
61dae50
·
verified ·
1 Parent(s): 963e720

Update smolLm-2-360M/quantized/config.json

Browse files
Files changed (1) hide show
  1. smolLm-2-360M/quantized/config.json +14 -0
smolLm-2-360M/quantized/config.json CHANGED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dim": 960,
3
+ "ffn_dim_multiplier": 1,
4
+ "hidden_dim": 2560,
5
+ "n_heads": 15,
6
+ "n_kv_heads": 5,
7
+ "n_layers": 32,
8
+ "norm_eps": 1e-5,
9
+ "rope_theta": 100000.0,
10
+ "use_scaled_rope": false,
11
+ "vocab_size": 49152,
12
+ "use_hf_rope": false,
13
+ "attention_qkv_bias": false
14
+ }