Zero-Shot Image Classification
OpenCLIP
clip
nllb-clip-base-oc / open_clip_config.json
visheratin's picture
Update open_clip_config.json
f16398b
{
"model_cfg": {
"embed_dim": 512,
"vision_cfg": {
"image_size": 224,
"layers": 12,
"width": 768,
"patch_size": 32
},
"text_cfg": {
"hf_model_name": "facebook/nllb-200-distilled-600M",
"hf_tokenizer_name": "facebook/nllb-200-distilled-600M",
"hf_proj_type": "linear",
"hf_pooler_type": "cls_pooler"
}
},
"preprocess_cfg": {
"mean": [
0.48145466,
0.4578275,
0.40821073
],
"std": [
0.26862954,
0.26130258,
0.27577711
]
}
}