Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -13,7 +13,7 @@
|
|
13 |
"n_embd": 768,
|
14 |
"n_head": 12,
|
15 |
"n_layer": 12,
|
16 |
-
"n_positions":
|
17 |
"resid_pdrop": 0.1,
|
18 |
"summary_activation": null,
|
19 |
"summary_first_dropout": 0.1,
|
|
|
13 |
"n_embd": 768,
|
14 |
"n_head": 12,
|
15 |
"n_layer": 12,
|
16 |
+
"n_positions": 2048,
|
17 |
"resid_pdrop": 0.1,
|
18 |
"summary_activation": null,
|
19 |
"summary_first_dropout": 0.1,
|