system HF staff commited on
Commit
f39a732
1 Parent(s): 45098fe

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +11 -6
config.json CHANGED
@@ -1,24 +1,29 @@
1
  {
2
- "model_type": "gpt2",
 
3
  "attn_pdrop": 0.1,
 
4
  "embd_pdrop": 0.1,
5
- "finetuning_task": null,
 
 
 
6
  "initializer_range": 0.02,
 
 
 
7
  "layer_norm_epsilon": 1e-05,
 
8
  "n_ctx": 1024,
9
  "n_embd": 768,
10
  "n_head": 12,
11
  "n_layer": 12,
12
  "n_positions": 1024,
13
- "num_labels": 1,
14
- "output_attentions": false,
15
- "output_hidden_states": false,
16
  "resid_pdrop": 0.1,
17
  "summary_activation": null,
18
  "summary_first_dropout": 0.1,
19
  "summary_proj_to_labels": true,
20
  "summary_type": "token_ids",
21
  "summary_use_proj": true,
22
- "torchscript": false,
23
  "vocab_size": 50257
24
  }
1
  {
2
+ "_num_labels": 1,
3
+ "activation_function": "gelu_new",
4
  "attn_pdrop": 0.1,
5
+ "bos_token_id": 50256,
6
  "embd_pdrop": 0.1,
7
+ "eos_token_id": 50256,
8
+ "id2label": {
9
+ "0": "LABEL_0"
10
+ },
11
  "initializer_range": 0.02,
12
+ "label2id": {
13
+ "LABEL_0": 0
14
+ },
15
  "layer_norm_epsilon": 1e-05,
16
+ "model_type": "gpt2",
17
  "n_ctx": 1024,
18
  "n_embd": 768,
19
  "n_head": 12,
20
  "n_layer": 12,
21
  "n_positions": 1024,
 
 
 
22
  "resid_pdrop": 0.1,
23
  "summary_activation": null,
24
  "summary_first_dropout": 0.1,
25
  "summary_proj_to_labels": true,
26
  "summary_type": "token_ids",
27
  "summary_use_proj": true,
 
28
  "vocab_size": 50257
29
  }