Update config.json
Browse files- config.json +11 -0
config.json
CHANGED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
n_layers = 6,
|
3 |
+
d_model = 128,
|
4 |
+
d_head = 64,
|
5 |
+
n_heads = 8,
|
6 |
+
d_mlp = 512,
|
7 |
+
d_vocab = 61,
|
8 |
+
n_ctx = 59,
|
9 |
+
act_fn="gelu",
|
10 |
+
normalization_type="LNPre",
|
11 |
+
}
|