Update config.json
Browse files- config.json +9 -4
config.json
CHANGED
@@ -7,19 +7,24 @@
|
|
7 |
"eos_token_id": 50256,
|
8 |
"initializer_range": 0.02,
|
9 |
"layer_norm_epsilon": 1e-05,
|
10 |
-
"model_type": "
|
11 |
"n_ctx": 2048,
|
12 |
-
"n_embd":
|
13 |
"n_head": 16,
|
14 |
"n_layer": 24,
|
15 |
-
"n_positions":
|
16 |
"n_special": 0,
|
17 |
"predict_special_tokens": true,
|
18 |
"resid_pdrop": 0.1,
|
|
|
|
|
|
|
|
|
|
|
19 |
"task_specific_params": {
|
20 |
"text-generation": {
|
21 |
"do_sample": true,
|
22 |
-
"max_length":
|
23 |
}
|
24 |
},
|
25 |
"adaptation_rate": 0.05,
|
|
|
7 |
"eos_token_id": 50256,
|
8 |
"initializer_range": 0.02,
|
9 |
"layer_norm_epsilon": 1e-05,
|
10 |
+
"model_type": "gpt2",
|
11 |
"n_ctx": 2048,
|
12 |
+
"n_embd": 25000,
|
13 |
"n_head": 16,
|
14 |
"n_layer": 24,
|
15 |
+
"n_positions": 25000,
|
16 |
"n_special": 0,
|
17 |
"predict_special_tokens": true,
|
18 |
"resid_pdrop": 0.1,
|
19 |
+
"summary_activation": null,
|
20 |
+
"summary_first_dropout": 0.1,
|
21 |
+
"summary_proj_to_labels": true,
|
22 |
+
"summary_type": "cls_index",
|
23 |
+
"summary_use_proj": true,
|
24 |
"task_specific_params": {
|
25 |
"text-generation": {
|
26 |
"do_sample": true,
|
27 |
+
"max_length": 1024
|
28 |
}
|
29 |
},
|
30 |
"adaptation_rate": 0.05,
|