system HF staff commited on
Commit
972b329
1 Parent(s): 5f366f8

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +11 -8
config.json CHANGED
@@ -1,30 +1,33 @@
1
  {
 
 
2
  "architectures": [
3
  "GPT2LMHeadModel"
4
  ],
5
  "attn_pdrop": 0.1,
 
6
  "embd_pdrop": 0.1,
7
- "finetuning_task": null,
 
 
 
8
  "initializer_range": 0.02,
9
- "is_decoder": false,
 
 
10
  "layer_norm_epsilon": 1e-05,
 
11
  "n_ctx": 1024,
12
  "n_embd": 1600,
13
  "n_head": 25,
14
  "n_layer": 48,
15
  "n_positions": 1024,
16
- "num_labels": 1,
17
- "output_attentions": false,
18
- "output_hidden_states": false,
19
  "output_past": true,
20
- "pruned_heads": {},
21
  "resid_pdrop": 0.1,
22
  "summary_activation": null,
23
  "summary_first_dropout": 0.1,
24
  "summary_proj_to_labels": true,
25
  "summary_type": "cls_index",
26
  "summary_use_proj": true,
27
- "torchscript": false,
28
- "use_bfloat16": false,
29
  "vocab_size": 50257
30
  }
1
  {
2
+ "_num_labels": 1,
3
+ "activation_function": "gelu_new",
4
  "architectures": [
5
  "GPT2LMHeadModel"
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": 1600,
22
  "n_head": 25,
23
  "n_layer": 48,
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
  }