Update config.json
Browse files- config.json +5 -3
config.json
CHANGED
@@ -11,10 +11,12 @@
|
|
11 |
"layer_norm_epsilon": 1e-05,
|
12 |
"model_type": "gpt2",
|
13 |
"n_ctx": 1024,
|
14 |
-
"n_embd":
|
15 |
-
"n_head":
|
16 |
-
"n_layer":
|
17 |
"n_positions": 1024,
|
|
|
|
|
18 |
"resid_pdrop": 0.1,
|
19 |
"summary_activation": null,
|
20 |
"summary_first_dropout": 0.1,
|
|
|
11 |
"layer_norm_epsilon": 1e-05,
|
12 |
"model_type": "gpt2",
|
13 |
"n_ctx": 1024,
|
14 |
+
"n_embd": 1024,
|
15 |
+
"n_head": 16,
|
16 |
+
"n_layer": 24,
|
17 |
"n_positions": 1024,
|
18 |
+
"n_special": 0,
|
19 |
+
"predict_special_tokens": true,
|
20 |
"resid_pdrop": 0.1,
|
21 |
"summary_activation": null,
|
22 |
"summary_first_dropout": 0.1,
|