system HF staff commited on
Commit
1d32b76
1 Parent(s): 604efcf

Update config.json

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