system HF staff commited on
Commit
f8a777a
1 Parent(s): 9fb0c7f

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +30 -0
config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "activation_dropout": 0.0,
3
+ "architectures": [
4
+ "FunnelModel"
5
+ ],
6
+ "attention_dropout": 0.1,
7
+ "attention_type": "relative_shift",
8
+ "block_sizes": [
9
+ 4,
10
+ 4,
11
+ 4
12
+ ],
13
+ "d_head": 64,
14
+ "d_inner": 3072,
15
+ "d_model": 768,
16
+ "hidden_act": "gelu_new",
17
+ "hidden_dropout": 0.1,
18
+ "initializer_range": 0.1,
19
+ "layer_norm_eps": 1e-09,
20
+ "max_position_embeddings": 512,
21
+ "model_type": "funnel",
22
+ "n_head": 12,
23
+ "num_decoder_layers": 2,
24
+ "pool_q_only": true,
25
+ "pooling_type": "mean",
26
+ "separate_cls": true,
27
+ "truncate_seq": false,
28
+ "type_vocab_size": 3,
29
+ "vocab_size": 30522
30
+ }