system HF staff commited on
Commit
7cf372a
1 Parent(s): 59e1263

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +28 -0
config.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation": "gelu",
3
+ "attention_dropout": 0.1,
4
+ "attention_probs_dropout_prob": 0.1,
5
+ "dim": 768,
6
+ "dropout": 0.1,
7
+ "hidden_act": "gelu",
8
+ "hidden_dim": 3072,
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 768,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 3072,
13
+ "layer_norm_eps": 1e-12,
14
+ "max_position_embeddings": 512,
15
+ "model_type": "bert",
16
+ "n_heads": 12,
17
+ "n_layers": 6,
18
+ "num_attention_heads": 12,
19
+ "num_hidden_layers": 12,
20
+ "output_hidden_states": true,
21
+ "pad_token_id": 0,
22
+ "qa_dropout": 0.1,
23
+ "seq_classif_dropout": 0.2,
24
+ "sinusoidal_pos_embds": true,
25
+ "tie_weights_": true,
26
+ "type_vocab_size": 2,
27
+ "vocab_size": 32000
28
+ }