system HF staff commited on
Commit
ff8c3fc
1 Parent(s): b03c33d

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +18 -0
config.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "attention_probs_dropout_prob": 0.1,
3
+ "cell": {},
4
+ "emb_size": 312,
5
+ "hidden_act": "gelu",
6
+ "hidden_dropout_prob": 0.1,
7
+ "hidden_size": 312,
8
+ "initializer_range": 0.02,
9
+ "intermediate_size": 1200,
10
+ "max_position_embeddings": 512,
11
+ "num_attention_heads": 12,
12
+ "num_hidden_layers": 4,
13
+ "pre_trained": "",
14
+ "structure": [],
15
+ "training": "",
16
+ "type_vocab_size": 2,
17
+ "vocab_size": 30522
18
+ }