sdoerrich97 commited on
Commit
8ffaf32
·
verified ·
1 Parent(s): 04741f1

Add model configuration for download tracking

Browse files
Files changed (1) hide show
  1. config.json +15 -0
config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "StylizingViT"
4
+ ],
5
+ "model_type": "stylizing_vit",
6
+ "backbone": "tiny",
7
+ "hidden_size": 192,
8
+ "num_hidden_layers": 12,
9
+ "num_attention_heads": 3,
10
+ "intermediate_size": 768,
11
+ "image_size": 224,
12
+ "patch_size": 16,
13
+ "mlp_ratio": 4.0,
14
+ "layer_norm_eps": 1e-6
15
+ }