Revert index changes
Browse filesundo this part to maybe fix it?
- config.json +2 -2
config.json
CHANGED
|
@@ -18,9 +18,9 @@
|
|
| 18 |
"n_inner": 8192,
|
| 19 |
"n_layer": 24,
|
| 20 |
"n_positions": 2048,
|
|
|
|
| 21 |
"resid_pdrop": 0.1,
|
| 22 |
-
"
|
| 23 |
-
"scale_attention_softmax_in_fp32": true,
|
| 24 |
"scale_attn_weights": true,
|
| 25 |
"summary_activation": null,
|
| 26 |
"summary_first_dropout": 0.1,
|
|
|
|
| 18 |
"n_inner": 8192,
|
| 19 |
"n_layer": 24,
|
| 20 |
"n_positions": 2048,
|
| 21 |
+
"reorder_and_upcast_attn": false,
|
| 22 |
"resid_pdrop": 0.1,
|
| 23 |
+
"scale_attn_by_inverse_layer_idx": false,
|
|
|
|
| 24 |
"scale_attn_weights": true,
|
| 25 |
"summary_activation": null,
|
| 26 |
"summary_first_dropout": 0.1,
|