File size: 834 Bytes
c9bea16 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 |
{
"_name_or_path": "timm/vit_base_patch16_siglip_384.v2_webli",
"architecture": "vit_base_patch16_siglip_384",
"architectures": [
"TimmWrapperModel"
],
"do_pooling": true,
"global_pool": "map",
"initializer_range": 0.02,
"label_names": [],
"model_type": "timm_wrapper",
"num_classes": 0,
"num_features": 768,
"pretrained_cfg": {
"classifier": "head",
"crop_mode": "center",
"crop_pct": 0.9,
"custom_load": false,
"first_conv": "patch_embed.proj",
"fixed_input_size": true,
"input_size": [
3,
384,
384
],
"interpolation": "bicubic",
"mean": [
0.5,
0.5,
0.5
],
"pool_size": null,
"std": [
0.5,
0.5,
0.5
],
"tag": "v2_webli"
},
"torch_dtype": "float32",
"transformers_version": "4.49.0"
}
|