Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -10,10 +10,10 @@
|
|
10 |
"initializer_range": 0.02,
|
11 |
"layer_norm_epsilon": 1e-05,
|
12 |
"model_type": "gpt2",
|
13 |
-
"n_embd":
|
14 |
"n_head": 12,
|
15 |
"n_layer": 12,
|
16 |
-
"n_positions":
|
17 |
"resid_pdrop": 0.1,
|
18 |
"summary_activation": null,
|
19 |
"summary_first_dropout": 0.1,
|
|
|
10 |
"initializer_range": 0.02,
|
11 |
"layer_norm_epsilon": 1e-05,
|
12 |
"model_type": "gpt2",
|
13 |
+
"n_embd": 768,
|
14 |
"n_head": 12,
|
15 |
"n_layer": 12,
|
16 |
+
"n_positions": 2560,
|
17 |
"resid_pdrop": 0.1,
|
18 |
"summary_activation": null,
|
19 |
"summary_first_dropout": 0.1,
|