system HF staff commited on
Commit
666f4ee
1 Parent(s): b75b6a8

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +22 -0
config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "d_ff": 3072,
3
+ "d_kv": 64,
4
+ "d_model": 768,
5
+ "dropout_rate": 0.1,
6
+ "finetuning_task": null,
7
+ "initializer_factor": 1.0,
8
+ "is_decoder": false,
9
+ "layer_norm_epsilon": 1e-06,
10
+ "n_positions": 512,
11
+ "num_heads": 12,
12
+ "num_labels": 2,
13
+ "num_layers": 12,
14
+ "output_attentions": false,
15
+ "output_hidden_states": false,
16
+ "output_past": true,
17
+ "pruned_heads": {},
18
+ "relative_attention_num_buckets": 32,
19
+ "torchscript": false,
20
+ "use_bfloat16": false,
21
+ "vocab_size": 32128
22
+ }