system HF staff commited on
Commit
80f0831
1 Parent(s): 0938389

Update config.json

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