thisisHJLee commited on
Commit
d3c18ab
·
1 Parent(s): e06caf6

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -16
config.json CHANGED
@@ -1,30 +1,20 @@
1
  {
2
- "_num_labels": 1,
3
  "activation_function": "gelu_new",
4
  "architectures": [
5
  "GPT2LMHeadModel"
6
  ],
7
  "attn_pdrop": 0.1,
8
- "bos_token_id": 0,
9
  "embd_pdrop": 0.1,
10
- "eos_token_id": 1,
11
- "gradient_checkpointing": false,
12
- "id2label": {
13
- "0": "LABEL_0"
14
- },
15
  "initializer_range": 0.02,
16
- "label2id": {
17
- "LABEL_0": 0
18
- },
19
- "layer_norm_epsilon": 1e-12,
20
  "model_type": "gpt2",
21
  "n_ctx": 1024,
22
  "n_embd": 768,
23
  "n_head": 12,
24
- "n_inner": null,
25
  "n_layer": 12,
26
  "n_positions": 1024,
27
- "pad_token_id": 3,
28
  "resid_pdrop": 0.1,
29
  "summary_activation": null,
30
  "summary_first_dropout": 0.1,
@@ -37,7 +27,5 @@
37
  "max_length": 50
38
  }
39
  },
40
- "transformers_version": "4.28.0.dev0",
41
- "use_cache": true,
42
- "vocab_size": 51200,
43
  }
 
1
  {
 
2
  "activation_function": "gelu_new",
3
  "architectures": [
4
  "GPT2LMHeadModel"
5
  ],
6
  "attn_pdrop": 0.1,
7
+ "bos_token_id": 50256,
8
  "embd_pdrop": 0.1,
9
+ "eos_token_id": 50256,
 
 
 
 
10
  "initializer_range": 0.02,
11
+ "layer_norm_epsilon": 1e-05,
 
 
 
12
  "model_type": "gpt2",
13
  "n_ctx": 1024,
14
  "n_embd": 768,
15
  "n_head": 12,
 
16
  "n_layer": 12,
17
  "n_positions": 1024,
 
18
  "resid_pdrop": 0.1,
19
  "summary_activation": null,
20
  "summary_first_dropout": 0.1,
 
27
  "max_length": 50
28
  }
29
  },
30
+ "vocab_size": 50257
 
 
31
  }