adnankhawaja commited on
Commit
84b856c
1 Parent(s): ec92fb8

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +32 -0
config.json ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "attn_type": "bi",
3
+ "bi_data": false,
4
+ "bos_token_id": 1,
5
+ "clamp_len": -1,
6
+ "d_head": 64,
7
+ "d_inner": 3072,
8
+ "d_model": 768,
9
+ "dropout": 0.1,
10
+ "end_n_top": 5,
11
+ "eos_token_id": 2,
12
+ "ff_activation": "gelu",
13
+ "initializer_range": 0.02,
14
+ "layer_norm_eps": 1e-12,
15
+ "mem_len": 512,
16
+ "model_type": "xlnet",
17
+ "n_head": 12,
18
+ "n_layer": 12,
19
+ "pad_token_id": 5,
20
+ "reuse_len": null,
21
+ "same_length": false,
22
+ "start_n_top": 5,
23
+ "summary_activation": "tanh",
24
+ "summary_last_dropout": 0.1,
25
+ "summary_type": "last",
26
+ "summary_use_proj": true,
27
+ "transformers_version": "4.8.2",
28
+ "untie_r": true,
29
+ "use_mems_eval": true,
30
+ "use_mems_train": false,
31
+ "vocab_size": 32000
32
+ }