Update config.json
Browse files- config.json +0 -13
config.json
CHANGED
@@ -4,17 +4,9 @@
|
|
4 |
"GPT2LMHeadModel"
|
5 |
],
|
6 |
"attn_pdrop": 0.1,
|
7 |
-
"bos_token_id": 50256,
|
8 |
"embd_pdrop": 0.1,
|
9 |
-
"eos_token_id": 50256,
|
10 |
"gradient_checkpointing": false,
|
11 |
-
"id2label": {
|
12 |
-
"0": "LABEL_0"
|
13 |
-
},
|
14 |
"initializer_range": 0.02,
|
15 |
-
"label2id": {
|
16 |
-
"LABEL_0": 0
|
17 |
-
},
|
18 |
"layer_norm_epsilon": 1e-05,
|
19 |
"model_type": "gpt2",
|
20 |
"n_ctx": 1024,
|
@@ -25,11 +17,6 @@
|
|
25 |
"n_positions": 1024,
|
26 |
"output_past": true,
|
27 |
"resid_pdrop": 0.1,
|
28 |
-
"summary_activation": null,
|
29 |
-
"summary_first_dropout": 0.1,
|
30 |
-
"summary_proj_to_labels": true,
|
31 |
-
"summary_type": "cls_index",
|
32 |
-
"summary_use_proj": true,
|
33 |
"task_specific_params": {
|
34 |
"text-generation": {
|
35 |
"do_sample": true,
|
|
|
4 |
"GPT2LMHeadModel"
|
5 |
],
|
6 |
"attn_pdrop": 0.1,
|
|
|
7 |
"embd_pdrop": 0.1,
|
|
|
8 |
"gradient_checkpointing": false,
|
|
|
|
|
|
|
9 |
"initializer_range": 0.02,
|
|
|
|
|
|
|
10 |
"layer_norm_epsilon": 1e-05,
|
11 |
"model_type": "gpt2",
|
12 |
"n_ctx": 1024,
|
|
|
17 |
"n_positions": 1024,
|
18 |
"output_past": true,
|
19 |
"resid_pdrop": 0.1,
|
|
|
|
|
|
|
|
|
|
|
20 |
"task_specific_params": {
|
21 |
"text-generation": {
|
22 |
"do_sample": true,
|