system HF staff commited on
Commit
aaef277
1 Parent(s): f7a727f

Update config.json

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