system HF staff commited on
Commit
c6c6da6
1 Parent(s): 8812acc

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +38 -0
config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "adaptive": true,
3
+ "attn_type": 0,
4
+ "clamp_len": 1000,
5
+ "cutoffs": [
6
+ 20000,
7
+ 40000,
8
+ 200000
9
+ ],
10
+ "d_embed": 1024,
11
+ "d_head": 64,
12
+ "d_inner": 4096,
13
+ "d_model": 1024,
14
+ "div_val": 4,
15
+ "dropatt": 0.0,
16
+ "dropout": 0.1,
17
+ "ext_len": 0,
18
+ "init": "normal",
19
+ "init_range": 0.01,
20
+ "init_std": 0.02,
21
+ "mem_len": 1600,
22
+ "n_head": 16,
23
+ "n_layer": 18,
24
+ "n_token": 267735,
25
+ "pre_lnorm": false,
26
+ "proj_init_std": 0.01,
27
+ "same_length": true,
28
+ "sample_softmax": -1,
29
+ "tgt_len": 128,
30
+ "tie_projs": [
31
+ false,
32
+ true,
33
+ true,
34
+ true
35
+ ],
36
+ "tie_weight": true,
37
+ "untie_r": true
38
+ }