MVRL
/

Transformers
PyTorch
Inference Endpoints
Srikumar26 commited on
Commit
22b4029
1 Parent(s): c540376

Upload config

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