EC2 Default User commited on
Commit ·
2520595
1
Parent(s): 610bf92
update
Browse files- config.json +4 -4
config.json
CHANGED
|
@@ -10,10 +10,10 @@
|
|
| 10 |
"initializer_range": 0.02,
|
| 11 |
"layer_norm_epsilon": 1e-05,
|
| 12 |
"model_type": "gpt2",
|
| 13 |
-
"n_ctx":
|
| 14 |
-
"n_embd":
|
| 15 |
-
"n_head":
|
| 16 |
-
"n_layer":
|
| 17 |
"n_positions": 2048,
|
| 18 |
"resid_pdrop": 0.1,
|
| 19 |
"summary_activation": null,
|
|
|
|
| 10 |
"initializer_range": 0.02,
|
| 11 |
"layer_norm_epsilon": 1e-05,
|
| 12 |
"model_type": "gpt2",
|
| 13 |
+
"n_ctx": 2048,
|
| 14 |
+
"n_embd": 12288,
|
| 15 |
+
"n_head": 96,
|
| 16 |
+
"n_layer": 96,
|
| 17 |
"n_positions": 2048,
|
| 18 |
"resid_pdrop": 0.1,
|
| 19 |
"summary_activation": null,
|