ksmcg commited on
Commit
aa89c91
1 Parent(s): 211bc3d

Upload config

Browse files
Files changed (1) hide show
  1. config.json +26 -0
config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "depth": 12,
3
+ "embed_dim": 384,
4
+ "eta": 1.0,
5
+ "model_type": "fully_attentional_networks",
6
+ "num_heads": 8,
7
+ "patch_size": 16,
8
+ "se_mlp": true,
9
+ "sharpen_attn": false,
10
+ "sr_ratio": [
11
+ 1,
12
+ 1,
13
+ 1,
14
+ 1,
15
+ 1,
16
+ 1,
17
+ 1,
18
+ 1,
19
+ 1,
20
+ 1,
21
+ 1,
22
+ 1
23
+ ],
24
+ "tokens_norm": true,
25
+ "transformers_version": "4.22.0.dev0"
26
+ }