File size: 562 Bytes
22b3392 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | {
"model_type": "dinov2_vit",
"architecture": "vit_giant2",
"library_name": "pytorch",
"patch_size": 14,
"img_size": 224,
"num_register_tokens": 4,
"ffn_layer": "swiglufused",
"embed_dim": 1536,
"init_values": 1e-05,
"block_chunks": 4,
"interpolate_antialias": true,
"interpolate_offset": 0.0,
"pretrain_method": "dinov2_gram_anchoring",
"released_checkpoint": "training_316250",
"weights_file": "teacher_checkpoint.pth",
"output": {
"cls_embedding_dim": 1536,
"normalization": "imagenet"
},
"license": "apache-2.0"
}
|