Add config.json to enable download tracking
Browse files- config.json +22 -0
config.json
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "dinov2_vit",
|
| 3 |
+
"architecture": "vit_giant2",
|
| 4 |
+
"library_name": "pytorch",
|
| 5 |
+
"patch_size": 14,
|
| 6 |
+
"img_size": 224,
|
| 7 |
+
"num_register_tokens": 4,
|
| 8 |
+
"ffn_layer": "swiglufused",
|
| 9 |
+
"embed_dim": 1536,
|
| 10 |
+
"init_values": 1e-05,
|
| 11 |
+
"block_chunks": 4,
|
| 12 |
+
"interpolate_antialias": true,
|
| 13 |
+
"interpolate_offset": 0.0,
|
| 14 |
+
"pretrain_method": "dinov2_gram_anchoring",
|
| 15 |
+
"released_checkpoint": "training_316250",
|
| 16 |
+
"weights_file": "teacher_checkpoint.pth",
|
| 17 |
+
"output": {
|
| 18 |
+
"cls_embedding_dim": 1536,
|
| 19 |
+
"normalization": "imagenet"
|
| 20 |
+
},
|
| 21 |
+
"license": "apache-2.0"
|
| 22 |
+
}
|