system HF staff commited on
Commit
90df3cf
1 Parent(s): 634aa7f

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +28 -0
config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "gpt2",
3
+ "attn_pdrop": 0.1,
4
+ "embd_pdrop": 0.1,
5
+ "finetuning_task": null,
6
+ "initializer_range": 0.02,
7
+ "is_decoder": false,
8
+ "layer_norm_epsilon": 1e-05,
9
+ "n_ctx": 1024,
10
+ "n_embd": 768,
11
+ "n_head": 12,
12
+ "n_layer": 12,
13
+ "n_positions": 1024,
14
+ "num_labels": 1,
15
+ "output_attentions": false,
16
+ "output_hidden_states": false,
17
+ "output_past": true,
18
+ "pruned_heads": {},
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
+ "torchscript": false,
26
+ "use_bfloat16": false,
27
+ "vocab_size": 50257
28
+ }