alexmtub commited on
Commit
869a50e
·
verified ·
1 Parent(s): df08ebc

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +10 -0
config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "vit_small_patch14_reg4_dinov2",
3
+ "num_classes": 0,
4
+ "img_size": 224,
5
+ "patch_size": 14,
6
+ "embed_dim": 384,
7
+ "num_heads": 6,
8
+ "depth": 12,
9
+ "num_reg_tokens": 4
10
+ }