Update config.json
Browse files- config.json +1 -0
config.json
CHANGED
|
@@ -4,6 +4,7 @@
|
|
| 4 |
"n_layer": 2,
|
| 5 |
"n_head": 4,
|
| 6 |
"n_positions": 128,
|
|
|
|
| 7 |
"model_type": "gpt2",
|
| 8 |
"architectures": ["GPT2LMHeadModel"]
|
| 9 |
}
|
|
|
|
| 4 |
"n_layer": 2,
|
| 5 |
"n_head": 4,
|
| 6 |
"n_positions": 128,
|
| 7 |
+
"n_ctx": 128,
|
| 8 |
"model_type": "gpt2",
|
| 9 |
"architectures": ["GPT2LMHeadModel"]
|
| 10 |
}
|