nklockiewicz commited on
Commit
47d9e37
·
verified ·
1 Parent(s): a5b321a

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

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