system HF staff commited on
Commit
dbd8166
1 Parent(s): 9305dea

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +30 -0
config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "CTRLLMHeadModel"
4
+ ],
5
+ "attn_pdrop": 0.1,
6
+ "dff": 2,
7
+ "embd_pdrop": 0.1,
8
+ "from_tf": false,
9
+ "id2label": {
10
+ "0": "LABEL_0"
11
+ },
12
+ "initializer_range": 0.02,
13
+ "label2id": {
14
+ "LABEL_0": 0
15
+ },
16
+ "layer_norm_epsilon": 1e-06,
17
+ "model_type": "ctrl",
18
+ "n_ctx": 128,
19
+ "n_embd": 16,
20
+ "n_head": 2,
21
+ "n_layer": 2,
22
+ "n_positions": 50000,
23
+ "resid_pdrop": 0.1,
24
+ "summary_activation": null,
25
+ "summary_first_dropout": 0.1,
26
+ "summary_proj_to_labels": true,
27
+ "summary_type": "cls_index",
28
+ "summary_use_proj": true,
29
+ "vocab_size": 246534
30
+ }