Update config.json
Browse files- config.json +0 -21
config.json
CHANGED
@@ -6,49 +6,28 @@
|
|
6 |
],
|
7 |
"attn_pdrop": 0.1,
|
8 |
"bos_token_id": 50256,
|
9 |
-
"do_sample": false,
|
10 |
-
"early_stopping": false,
|
11 |
"embd_pdrop": 0.1,
|
12 |
"eos_token_id": 50256,
|
13 |
-
"finetuning_task": null,
|
14 |
"id2label": {
|
15 |
"0": "LABEL_0"
|
16 |
},
|
17 |
"initializer_range": 0.02,
|
18 |
-
"is_decoder": false,
|
19 |
-
"is_encoder_decoder": false,
|
20 |
"label2id": {
|
21 |
"LABEL_0": 0
|
22 |
},
|
23 |
"layer_norm_epsilon": 1e-05,
|
24 |
-
"length_penalty": 1.0,
|
25 |
-
"max_length": 20,
|
26 |
-
"min_length": 0,
|
27 |
"model_type": "gpt2",
|
28 |
"n_ctx": 1024,
|
29 |
"n_embd": 768,
|
30 |
"n_head": 12,
|
31 |
"n_layer": 12,
|
32 |
"n_positions": 1024,
|
33 |
-
"no_repeat_ngram_size": 0,
|
34 |
-
"num_beams": 1,
|
35 |
-
"num_return_sequences": 1,
|
36 |
-
"output_attentions": false,
|
37 |
-
"output_hidden_states": false,
|
38 |
"output_past": true,
|
39 |
-
"pad_token_id": null,
|
40 |
-
"pruned_heads": {},
|
41 |
-
"repetition_penalty": 1.0,
|
42 |
"resid_pdrop": 0.1,
|
43 |
"summary_activation": null,
|
44 |
"summary_first_dropout": 0.1,
|
45 |
"summary_proj_to_labels": true,
|
46 |
"summary_type": "cls_index",
|
47 |
"summary_use_proj": true,
|
48 |
-
"temperature": 1.0,
|
49 |
-
"top_k": 50,
|
50 |
-
"top_p": 1.0,
|
51 |
-
"torchscript": false,
|
52 |
-
"use_bfloat16": false,
|
53 |
"vocab_size": 50257
|
54 |
}
|
|
|
6 |
],
|
7 |
"attn_pdrop": 0.1,
|
8 |
"bos_token_id": 50256,
|
|
|
|
|
9 |
"embd_pdrop": 0.1,
|
10 |
"eos_token_id": 50256,
|
|
|
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,
|
21 |
"n_embd": 768,
|
22 |
"n_head": 12,
|
23 |
"n_layer": 12,
|
24 |
"n_positions": 1024,
|
|
|
|
|
|
|
|
|
|
|
25 |
"output_past": true,
|
|
|
|
|
|
|
26 |
"resid_pdrop": 0.1,
|
27 |
"summary_activation": null,
|
28 |
"summary_first_dropout": 0.1,
|
29 |
"summary_proj_to_labels": true,
|
30 |
"summary_type": "cls_index",
|
31 |
"summary_use_proj": true,
|
|
|
|
|
|
|
|
|
|
|
32 |
"vocab_size": 50257
|
33 |
}
|