Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -18,7 +18,7 @@
|
|
18 |
"n_positions": 1024,
|
19 |
"reorder_and_upcast_attn": true,
|
20 |
"resid_pdrop": 0.1,
|
21 |
-
"scale_attn_by_inverse_layer_idx":
|
22 |
"scale_attn_weights": true,
|
23 |
"summary_activation": null,
|
24 |
"summary_first_dropout": 0.1,
|
|
|
18 |
"n_positions": 1024,
|
19 |
"reorder_and_upcast_attn": true,
|
20 |
"resid_pdrop": 0.1,
|
21 |
+
"scale_attn_by_inverse_layer_idx": true,
|
22 |
"scale_attn_weights": true,
|
23 |
"summary_activation": null,
|
24 |
"summary_first_dropout": 0.1,
|