ZhouBo commited on
Commit
d41cf7f
·
1 Parent(s): 1f93779

Upload model_config.json

Browse files
Files changed (1) hide show
  1. model_config.json +24 -0
model_config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "attention_head_size": 64,
3
+ "attention_probs_dropout_prob": 0.1,
4
+ "hidden_act": "gelu",
5
+ "hidden_dropout_prob": 0.1,
6
+ "hidden_size": 768,
7
+ "initializer_range": 0.02,
8
+ "intermediate_size": 3072,
9
+ "layer_norm_eps": 1e-07,
10
+ "max_position_embeddings": 512,
11
+ "max_relative_positions": -1,
12
+ "norm_rel_ebd": "layer_norm",
13
+ "num_attention_heads": 12,
14
+ "num_hidden_layers": 12,
15
+ "padding_idx": 0,
16
+ "pos_att_type": "p2c|c2p",
17
+ "position_biased_input": false,
18
+ "position_buckets": 128,
19
+ "relative_attention": true,
20
+ "share_att_key": true,
21
+ "type_vocab_size": 0,
22
+ "vocab_size": 22669
23
+ }
24
+