timm
/

Image Feature Extraction
timm
PyTorch
Safetensors
Transformers
rwightman's picture
rwightman HF Staff
Update model config and README
6a1d01a verified
{
"architecture": "vit_small_plus_patch16_dinov3_qkvb",
"num_classes": 0,
"num_features": 384,
"global_pool": "avg",
"pretrained_cfg": {
"tag": "lvd1689m",
"custom_load": false,
"input_size": [
3,
256,
256
],
"min_input_size": [
3,
128,
128
],
"fixed_input_size": false,
"interpolation": "bicubic",
"crop_pct": 1.0,
"crop_mode": "center",
"mean": [
0.485,
0.456,
0.406
],
"std": [
0.229,
0.224,
0.225
],
"num_classes": 0,
"pool_size": null,
"first_conv": "patch_embed.proj",
"classifier": "head",
"license": "dinov3"
}
}