system HF staff commited on
Commit
7b65715
1 Parent(s): 12bb1b4

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -30
config.json CHANGED
@@ -1,56 +1,26 @@
1
  {
2
- "_num_labels": 2,
3
  "activation_function": "gelu_new",
4
  "architectures": [
5
  "GPT2LMHeadModel"
6
  ],
7
  "attn_pdrop": 0.1,
8
  "bos_token_id": 50256,
9
- "do_sample": false,
10
- "early_stopping": false,
11
  "embd_pdrop": 0.1,
12
  "eos_token_id": 50256,
13
- "finetuning_task": null,
14
- "id2label": {
15
- "0": "LABEL_0",
16
- "1": "LABEL_1"
17
- },
18
  "initializer_range": 0.02,
19
- "is_decoder": false,
20
- "is_encoder_decoder": false,
21
- "label2id": {
22
- "LABEL_0": 0,
23
- "LABEL_1": 1
24
- },
25
  "layer_norm_epsilon": 1e-05,
26
- "length_penalty": 1.0,
27
- "max_length": 20,
28
- "min_length": 0,
29
  "model_type": "gpt2",
30
  "n_ctx": 1024,
31
  "n_embd": 768,
32
  "n_head": 12,
33
  "n_layer": 12,
34
  "n_positions": 1024,
35
- "no_repeat_ngram_size": 0,
36
- "num_beams": 1,
37
- "num_return_sequences": 1,
38
- "output_attentions": false,
39
- "output_hidden_states": false,
40
  "output_past": true,
41
- "pad_token_id": null,
42
- "pruned_heads": {},
43
- "repetition_penalty": 1.0,
44
  "resid_pdrop": 0.1,
45
  "summary_activation": null,
46
  "summary_first_dropout": 0.1,
47
  "summary_proj_to_labels": true,
48
  "summary_type": "cls_index",
49
  "summary_use_proj": true,
50
- "temperature": 1.0,
51
- "top_k": 50,
52
- "top_p": 1.0,
53
- "torchscript": false,
54
- "use_bfloat16": false,
55
  "vocab_size": 50257
56
  }
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
  "output_past": true,
 
 
 
19
  "resid_pdrop": 0.1,
20
  "summary_activation": null,
21
  "summary_first_dropout": 0.1,
22
  "summary_proj_to_labels": true,
23
  "summary_type": "cls_index",
24
  "summary_use_proj": true,
 
 
 
 
 
25
  "vocab_size": 50257
26
  }