timm
/

PE-Core-S-16-384 / open_clip_config.json
rwightman's picture
rwightman HF Staff
Add model
8694a1b verified
{
"model_cfg": {
"embed_dim": 512,
"vision_cfg": {
"image_size": 384,
"timm_model_name": "vit_pe_core_small_patch16_384",
"timm_model_pretrained": false,
"timm_pool": "map",
"timm_proj": null
},
"text_cfg": {
"context_length": 32,
"vocab_size": 49408,
"width": 512,
"heads": 8,
"layers": 12
},
"custom_text": true
},
"preprocess_cfg": {
"mean": [
0.5,
0.5,
0.5
],
"std": [
0.5,
0.5,
0.5
],
"interpolation": "bilinear",
"resize_mode": "squash"
}
}