system HF staff commited on
Commit
e3f4032
1 Parent(s): f5a0a5d

Update config.json

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