system HF staff commited on
Commit
7c59bbd
1 Parent(s): 1808e13

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +22 -0
config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "attention_probs_dropout_prob": 0.1,
3
+ "directionality": "bidi",
4
+ "embedding_size": 256,
5
+ "hidden_act": "gelu",
6
+ "hidden_dropout_prob": 0.1,
7
+ "hidden_size": 256,
8
+ "initializer_range": 0.02,
9
+ "intermediate_size": 1024,
10
+ "layer_norm_eps": 1e-12,
11
+ "max_position_embeddings": 512,
12
+ "model_type": "electra",
13
+ "num_attention_heads": 4,
14
+ "num_hidden_layers": 24,
15
+ "pad_token_id": 0,
16
+ "summary_activation": "gelu",
17
+ "summary_last_dropout": 0.1,
18
+ "summary_type": "first",
19
+ "summary_use_proj": true,
20
+ "type_vocab_size": 2,
21
+ "vocab_size": 21128
22
+ }