v2 config: vocab 12288, 56,902,144 params

#7
Files changed (1) hide show
  1. config.json +3 -3
config.json CHANGED
@@ -4,12 +4,12 @@
4
  "n_layers": 16,
5
  "n_heads": 8,
6
  "ffn_dim": 2048,
7
- "vocab_size": 8192,
8
  "max_seq_len": 512,
9
  "tie_word_embeddings": true,
10
  "norm": "rmsnorm",
11
  "activation": "gelu",
12
  "attn": "causal",
13
  "dtype": "float32",
14
- "n_params": 54804992
15
- }
 
4
  "n_layers": 16,
5
  "n_heads": 8,
6
  "ffn_dim": 2048,
7
+ "vocab_size": 12288,
8
  "max_seq_len": 512,
9
  "tie_word_embeddings": true,
10
  "norm": "rmsnorm",
11
  "activation": "gelu",
12
  "attn": "causal",
13
  "dtype": "float32",
14
+ "n_params": 56902144
15
+ }