system HF staff commited on
Commit
c58b90a
1 Parent(s): b644426

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -25
config.json CHANGED
@@ -5,54 +5,29 @@
5
  "GPT2HeadWithValueModel"
6
  ],
7
  "attn_pdrop": 0.1,
8
- "bad_words_ids": null,
9
  "bos_token_id": 50256,
10
- "decoder_start_token_id": null,
11
- "do_sample": false,
12
- "early_stopping": false,
13
  "embd_pdrop": 0.1,
14
  "eos_token_id": 50256,
15
- "finetuning_task": null,
16
  "id2label": {
17
  "0": "LABEL_0"
18
  },
19
  "initializer_range": 0.02,
20
- "is_decoder": false,
21
- "is_encoder_decoder": false,
22
  "label2id": {
23
  "LABEL_0": 0
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
- "prefix": null,
43
- "pruned_heads": {},
44
- "repetition_penalty": 1.0,
45
  "resid_pdrop": 0.1,
46
  "summary_activation": null,
47
  "summary_first_dropout": 0.1,
48
  "summary_proj_to_labels": true,
49
  "summary_type": "cls_index",
50
  "summary_use_proj": true,
51
- "task_specific_params": null,
52
- "temperature": 1.0,
53
- "top_k": 50,
54
- "top_p": 1.0,
55
- "torchscript": false,
56
- "use_bfloat16": false,
57
  "vocab_size": 50257
58
  }
5
  "GPT2HeadWithValueModel"
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": 768,
22
  "n_head": 12,
23
  "n_layer": 12,
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
  }