system HF staff commited on
Commit
cda9744
1 Parent(s): e193055

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +55 -0
config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "ReformerModelWithLMHead"
4
+ ],
5
+ "attention_head_size": 64,
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "attn_layers": [
8
+ "local",
9
+ "lsh",
10
+ "local",
11
+ "lsh",
12
+ "local",
13
+ "lsh"
14
+ ],
15
+ "axial_norm_std": 1.0,
16
+ "axial_pos_embds": true,
17
+ "axial_pos_embds_dim": [
18
+ 64,
19
+ 192
20
+ ],
21
+ "axial_pos_shape": [
22
+ 512,
23
+ 1024
24
+ ],
25
+ "chunk_size_feed_forward": 0,
26
+ "chunk_size_lm_head": 0,
27
+ "eos_token_id": 2,
28
+ "feed_forward_size": 512,
29
+ "hash_seed": 0,
30
+ "hidden_act": "relu",
31
+ "hidden_dropout_prob": 0.05,
32
+ "hidden_size": 256,
33
+ "initializer_range": 0.02,
34
+ "intermediate_size": 3072,
35
+ "is_decoder": true,
36
+ "layer_norm_eps": 1e-12,
37
+ "local_attn_chunk_length": 64,
38
+ "lsh_attn_chunk_length": 64,
39
+ "max_position_embeddings": 524288,
40
+ "model_type": "bert",
41
+ "num_attention_heads": 2,
42
+ "num_buckets": [
43
+ 64,
44
+ 128
45
+ ],
46
+ "num_chunks_after": 0,
47
+ "num_chunks_before": 1,
48
+ "num_hashes": 1,
49
+ "num_hidden_layers": 6,
50
+ "output_past": true,
51
+ "pad_token_id": 0,
52
+ "sinusoidal_pos_embds": false,
53
+ "type_vocab_size": 2,
54
+ "vocab_size": 320
55
+ }