Update config.json
Browse files- config.json +1 -0
config.json
CHANGED
|
@@ -16,6 +16,7 @@
|
|
| 16 |
"n_inner": null,
|
| 17 |
"n_layer": 8,
|
| 18 |
"n_positions": 128,
|
|
|
|
| 19 |
"pad_token_id": 50257,
|
| 20 |
"reorder_and_upcast_attn": false,
|
| 21 |
"resid_pdrop": 0.1,
|
|
|
|
| 16 |
"n_inner": null,
|
| 17 |
"n_layer": 8,
|
| 18 |
"n_positions": 128,
|
| 19 |
+
"n_ctx": 128,
|
| 20 |
"pad_token_id": 50257,
|
| 21 |
"reorder_and_upcast_attn": false,
|
| 22 |
"resid_pdrop": 0.1,
|