system HF staff commited on
Commit
ed91393
1 Parent(s): df49d55

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +29 -0
config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "attn_pdrop": 0.1,
3
+ "embd_pdrop": 0.1,
4
+ "finetuning_task": null,
5
+ "initializer_range": 0.02,
6
+ "is_decoder": false,
7
+ "layer_norm_epsilon": 1e-05,
8
+ "n_ctx": 2048,
9
+ "n_embd": 1024,
10
+ "n_head": 16,
11
+ "n_layer": 24,
12
+ "n_positions": 2048,
13
+ "n_special": 0,
14
+ "num_labels": 1,
15
+ "output_attentions": false,
16
+ "output_hidden_states": false,
17
+ "output_past": true,
18
+ "predict_special_tokens": true,
19
+ "pruned_heads": {},
20
+ "resid_pdrop": 0.1,
21
+ "summary_activation": null,
22
+ "summary_first_dropout": 0.1,
23
+ "summary_proj_to_labels": true,
24
+ "summary_type": "cls_index",
25
+ "summary_use_proj": true,
26
+ "torchscript": false,
27
+ "use_bfloat16": false,
28
+ "vocab_size": 50257
29
+ }