system HF staff commited on
Commit
b228835
1 Parent(s): e3c2355

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +23 -0
config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "BertForMaskedLM"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "finetuning_task": null,
7
+ "hidden_act": "gelu",
8
+ "hidden_dropout_prob": 0.1,
9
+ "hidden_size": 768,
10
+ "initializer_range": 0.02,
11
+ "intermediate_size": 3072,
12
+ "layer_norm_eps": 1e-12,
13
+ "max_position_embeddings": 512,
14
+ "num_attention_heads": 12,
15
+ "num_hidden_layers": 12,
16
+ "num_labels": 2,
17
+ "output_attentions": false,
18
+ "output_hidden_states": false,
19
+ "pruned_heads": {},
20
+ "torchscript": false,
21
+ "type_vocab_size": 2,
22
+ "vocab_size": 30000
23
+ }