Randolphzeng commited on
Commit
716b4e9
1 Parent(s): b1aca35

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +15 -0
config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "num_layers":32,
3
+ "vocab_size":50048,
4
+ "hidden_size":1600,
5
+ "num_attention_heads":25,
6
+ "embedding_dropout_prob":0.1,
7
+ "attention_dropout_prob":0.1,
8
+ "output_dropout_prob":0.1,
9
+ "max_sequence_length":512,
10
+ "max_memory_length":512,
11
+ "checkpoint_activations":false,
12
+ "checkpoint_num_layers":1,
13
+ "parallel_output":true,
14
+ "relative_encoding":true
15
+ }