v2 config: vocab 12288, 56,902,144 params
#7
by Compactbot - opened
- 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":
|
| 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":
|
| 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 |
+
}
|