Updated resid_pdrop
Browse files- config.json +1 -1
config.json
CHANGED
@@ -22,7 +22,7 @@
|
|
22 |
"n_layer": 12,
|
23 |
"n_positions": 1024,
|
24 |
"reorder_and_upcast_attn": false,
|
25 |
-
"resid_pdrop": 0.
|
26 |
"scale_attn_by_inverse_layer_idx": false,
|
27 |
"scale_attn_weights": true,
|
28 |
"summary_activation": null,
|
|
|
22 |
"n_layer": 12,
|
23 |
"n_positions": 1024,
|
24 |
"reorder_and_upcast_attn": false,
|
25 |
+
"resid_pdrop": 0.1,
|
26 |
"scale_attn_by_inverse_layer_idx": false,
|
27 |
"scale_attn_weights": true,
|
28 |
"summary_activation": null,
|