Upload config.json with huggingface_hub
Browse files- 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 |
+
}
|