system HF staff commited on
Commit
b308a0f
1 Parent(s): ee46927

Update config.json

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