Commit
•
3f37902
1
Parent(s):
d1fcd39
Create config.json
Browse files- config.json +11 -0
config.json
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"n_layers": 32,
|
3 |
+
"dim": 4096,
|
4 |
+
"hidden_dim": 14336,
|
5 |
+
"n_heads": 32,
|
6 |
+
"head_dim": 128,
|
7 |
+
"n_kv_heads": 8,
|
8 |
+
"norm_eps": 1e-05,
|
9 |
+
"vocab_size": 32000,
|
10 |
+
"sliding_window": 4096,
|
11 |
+
}
|