system HF staff commited on
Commit
1da0a4c
1 Parent(s): fb7fedf

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +37 -0
config.json ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "XLNetLMHeadModel"
4
+ ],
5
+ "attn_type": "bi",
6
+ "bi_data": false,
7
+ "clamp_len": -1,
8
+ "d_head": 64,
9
+ "d_inner": 3072,
10
+ "d_model": 768,
11
+ "dropout": 0.1,
12
+ "end_n_top": 5,
13
+ "ff_activation": "gelu",
14
+ "finetuning_task": null,
15
+ "initializer_range": 0.02,
16
+ "is_decoder": false,
17
+ "layer_norm_eps": 1e-12,
18
+ "mem_len": null,
19
+ "n_head": 12,
20
+ "n_layer": 12,
21
+ "n_token": 32000,
22
+ "num_labels": 2,
23
+ "output_attentions": false,
24
+ "output_hidden_states": true,
25
+ "output_past": true,
26
+ "pruned_heads": {},
27
+ "reuse_len": null,
28
+ "same_length": false,
29
+ "start_n_top": 5,
30
+ "summary_activation": "tanh",
31
+ "summary_last_dropout": 0.1,
32
+ "summary_type": "last",
33
+ "summary_use_proj": true,
34
+ "torchscript": false,
35
+ "untie_r": true,
36
+ "use_bfloat16": false
37
+ }