system HF staff commited on
Commit
a1a6494
1 Parent(s): 277e1e3

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +23 -0
config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 1280,
9
+ "n_head": 20,
10
+ "n_layer": 36,
11
+ "n_positions": 1024,
12
+ "num_labels": 1,
13
+ "output_attentions": false,
14
+ "output_hidden_states": false,
15
+ "resid_pdrop": 0.1,
16
+ "summary_activation": null,
17
+ "summary_first_dropout": 0.1,
18
+ "summary_proj_to_labels": true,
19
+ "summary_type": "cls_index",
20
+ "summary_use_proj": true,
21
+ "torchscript": false,
22
+ "vocab_size": 50257
23
+ }