Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -14,7 +14,7 @@
|
|
| 14 |
"n_embd": 1024,
|
| 15 |
"n_head": 16,
|
| 16 |
"n_layer": 24,
|
| 17 |
-
"n_positions":
|
| 18 |
"n_special": 0,
|
| 19 |
"predict_special_tokens": true,
|
| 20 |
"resid_pdrop": 0.1,
|
|
|
|
| 14 |
"n_embd": 1024,
|
| 15 |
"n_head": 16,
|
| 16 |
"n_layer": 24,
|
| 17 |
+
"n_positions": 2048,
|
| 18 |
"n_special": 0,
|
| 19 |
"predict_special_tokens": true,
|
| 20 |
"resid_pdrop": 0.1,
|