system HF staff commited on
Commit
ea7c5d8
1 Parent(s): 3a007b9

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +8 -1
config.json CHANGED
@@ -1,18 +1,25 @@
1
  {
 
2
  "architectures": [
3
  "OpenAIGPTLMHeadModel"
4
  ],
5
- "afn": "gelu",
6
  "attn_pdrop": 0.1,
7
  "embd_pdrop": 0.1,
8
  "initializer_range": 0.02,
9
  "layer_norm_epsilon": 1e-05,
 
10
  "n_ctx": 512,
11
  "n_embd": 768,
12
  "n_head": 12,
13
  "n_layer": 12,
14
  "n_positions": 512,
15
  "n_special": 0,
 
16
  "resid_pdrop": 0.1,
 
 
 
 
 
17
  "vocab_size": 40478
18
  }
 
1
  {
2
+ "afn": "gelu",
3
  "architectures": [
4
  "OpenAIGPTLMHeadModel"
5
  ],
 
6
  "attn_pdrop": 0.1,
7
  "embd_pdrop": 0.1,
8
  "initializer_range": 0.02,
9
  "layer_norm_epsilon": 1e-05,
10
+ "model_type": "openai-gpt",
11
  "n_ctx": 512,
12
  "n_embd": 768,
13
  "n_head": 12,
14
  "n_layer": 12,
15
  "n_positions": 512,
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
  "vocab_size": 40478
25
  }