openpath / config.json
taejoon89's picture
Add config.json to enable download tracking
22b3392 verified
Raw
History Blame Contribute Delete
562 Bytes
{
"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"
}