timm/MobileCLIP2-S0-OpenCLIP
228k
1{2 "model_cfg": {3 "embed_dim": 512,4 "vision_cfg": {5 "timm_model_name": "fastvit_mci0",6 "timm_model_pretrained": false,7 "timm_pool": "avg",8 "timm_proj": null,9 "timm_drop": 0.0,10 "timm_drop_path": 0.0,11 "image_size": 25612 },13 "text_cfg": {14 "context_length": 77,15 "vocab_size": 49408,16 "width": 512,17 "heads": 8,18 "layers": 12,19 "no_causal_mask": true,20 "hf_tokenizer_name": "timm/MobileCLIP2-S0-OpenCLIP"21 },22 "custom_text": true23 },24 "preprocess_cfg": {25 "mean": [26 0.0,27 0.0,28 0.029 ],30 "std": [31 1.0,32 1.0,33 1.034 ],35 "interpolation": "bilinear",36 "resize_mode": "shortest"37 }38}