uer commited on
Commit
4e4e03a
1 Parent(s): 7e9daa9

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -15
config.json CHANGED
@@ -4,32 +4,19 @@
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,
21
  "n_embd": 768,
22
  "n_head": 12,
23
  "n_inner": null,
24
  "n_layer": 12,
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": 512,
13
  "n_embd": 768,
14
  "n_head": 12,
15
  "n_inner": null,
16
  "n_layer": 12,
17
+ "n_positions": 512,
18
  "output_past": true,
19
  "resid_pdrop": 0.1,
 
 
 
 
 
20
  "task_specific_params": {
21
  "text-generation": {
22
  "do_sample": true,