timm
/

PE-Core-L-14-336 / open_clip_config.json
rwightman's picture
rwightman HF Staff
Add model
b6493f3 verified
{
"model_cfg": {
"embed_dim": 1024,
"vision_cfg": {
"image_size": 336,
"timm_model_name": "vit_pe_core_large_patch14_336",
"timm_model_pretrained": false,
"timm_pool": "map",
"timm_proj": null
},
"text_cfg": {
"context_length": 32,
"vocab_size": 49408,
"width": 1024,
"heads": 16,
"layers": 24
},
"custom_text": true
},
"preprocess_cfg": {
"mean": [
0.5,
0.5,
0.5
],
"std": [
0.5,
0.5,
0.5
],
"interpolation": "bilinear",
"resize_mode": "squash"
}
}