Update config.json
Browse files- config.json +2 -1
config.json
CHANGED
|
@@ -7,5 +7,6 @@
|
|
| 7 |
"n_ctx": 59,
|
| 8 |
"d_vocab": 61,
|
| 9 |
"act_fn": "gelu",
|
| 10 |
-
"attn_only": false
|
|
|
|
| 11 |
}
|
|
|
|
| 7 |
"n_ctx": 59,
|
| 8 |
"d_vocab": 61,
|
| 9 |
"act_fn": "gelu",
|
| 10 |
+
"attn_only": false,
|
| 11 |
+
"normalization_type": "LNPre"
|
| 12 |
}
|