Luigi commited on
Commit
66ab00e
·
verified ·
1 Parent(s): 0b3745d

12M weights: 12m/slothe_config.json

Browse files
Files changed (1) hide show
  1. 12m/slothe_config.json +17 -0
12m/slothe_config.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "n_syl": 1539,
3
+ "n_char": 8342,
4
+ "dim": 256,
5
+ "depth": 12,
6
+ "heads": 8,
7
+ "kv": 2,
8
+ "ffn": 768,
9
+ "embed_norm": true,
10
+ "weight_bits": "ternary",
11
+ "weight_quant": "median",
12
+ "fp_boundary": 1,
13
+ "pre_norm": true,
14
+ "act_bits": 8,
15
+ "char_hints": false,
16
+ "tie_hints": false
17
+ }