lysandre HF staff commited on
Commit
4275ce1
1 Parent(s): 847bcbf

Add model and configuration.

Browse files
Files changed (3) hide show
  1. config.json +32 -0
  2. pytorch_model.bin +3 -0
  3. tf_model.h5 +3 -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": 8,
7
+ "d_inner": 128,
8
+ "d_model": 32,
9
+ "dropout": 0.1,
10
+ "end_n_top": 5,
11
+ "eos_token_id": 2,
12
+ "ff_activation": "gelu",
13
+ "initializer_range": 0.05,
14
+ "layer_norm_eps": 1e-12,
15
+ "mem_len": 10,
16
+ "model_type": "xlnet",
17
+ "n_head": 4,
18
+ "n_layer": 5,
19
+ "pad_token_id": 5,
20
+ "reuse_len": 15,
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.10.0.dev0",
28
+ "untie_r": true,
29
+ "use_mems_eval": true,
30
+ "use_mems_train": false,
31
+ "vocab_size": 99
32
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea6d510f5bfa7eb6f233b18b8153505ccb52428f7f38658190d95d688756aa3d
3
+ size 648977
tf_model.h5 ADDED
@@ -0,0 +1,3 @@
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd16f5a7ff29af6a23a5e550f8793d2afa607074f003adab1d828b5c3cc732f0
3
+ size 12129872