Update config.json
Browse files- config.json +1 -0
config.json
CHANGED
@@ -3,6 +3,7 @@
|
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "gelu",
|
5 |
"add_final_layer_norm": true,
|
|
|
6 |
"architectures": null,
|
7 |
"attention_dropout": 0.0,
|
8 |
"bos_token_id": 0,
|
|
|
3 |
"activation_dropout": 0.0,
|
4 |
"activation_function": "gelu",
|
5 |
"add_final_layer_norm": true,
|
6 |
+
"normalize_before": true,
|
7 |
"architectures": null,
|
8 |
"attention_dropout": 0.0,
|
9 |
"bos_token_id": 0,
|