Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
| 10 |
"initializer_range": 0.02,
|
| 11 |
"layer_norm_epsilon": 1e-05,
|
| 12 |
"model_type": "gpt2",
|
| 13 |
-
"n_ctx":
|
| 14 |
"n_embd": 2,
|
| 15 |
"n_head": 2,
|
| 16 |
"n_layer": 2,
|
|
|
|
| 10 |
"initializer_range": 0.02,
|
| 11 |
"layer_norm_epsilon": 1e-05,
|
| 12 |
"model_type": "gpt2",
|
| 13 |
+
"n_ctx": 1024,
|
| 14 |
"n_embd": 2,
|
| 15 |
"n_head": 2,
|
| 16 |
"n_layer": 2,
|