MVRL
/

Transformers
PyTorch
Inference Endpoints
Srikumar26 commited on
Commit
76e90f3
·
verified ·
1 Parent(s): a1a4699

Upload config

Browse files
Files changed (1) hide show
  1. config.json +15 -0
config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "decoder_depth": 8,
3
+ "decoder_embed_dim": 512,
4
+ "decoder_num_heads": 16,
5
+ "depth": 24,
6
+ "embed_dim": 1024,
7
+ "img_size": 224,
8
+ "in_chans": 3,
9
+ "mlp_ratio": 4.0,
10
+ "norm_pix_loss": false,
11
+ "num_heads": 16,
12
+ "patch_size": 16,
13
+ "proj_ratio": 4,
14
+ "transformers_version": "4.44.1"
15
+ }