system HF staff commited on
Commit
0992f01
1 Parent(s): 7ebc915

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +25 -0
config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation": "gelu",
3
+ "attention_dropout": 0.1,
4
+ "dim": 768,
5
+ "dropout": 0.1,
6
+ "finetuning_task": "sst-2",
7
+ "hidden_dim": 3072,
8
+ "initializer_range": 0.02,
9
+ "is_decoder": false,
10
+ "max_position_embeddings": 512,
11
+ "n_heads": 12,
12
+ "n_layers": 6,
13
+ "num_labels": 2,
14
+ "output_attentions": false,
15
+ "output_hidden_states": false,
16
+ "output_past": true,
17
+ "pruned_heads": {},
18
+ "qa_dropout": 0.1,
19
+ "seq_classif_dropout": 0.2,
20
+ "sinusoidal_pos_embds": false,
21
+ "tie_weights_": true,
22
+ "torchscript": false,
23
+ "use_bfloat16": false,
24
+ "vocab_size": 30522
25
+ }