system HF staff commited on
Commit
ff6e67e
1 Parent(s): 63fbc15

Update config.json

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