llm-jp-clip-vit-base-patch16 / open_clip_config.json
speed's picture
Add model
3611ecd verified
raw
history blame contribute delete
592 Bytes
{
"model_cfg": {
"embed_dim": 512,
"quick_gelu": true,
"vision_cfg": {
"image_size": 224,
"layers": 12,
"width": 768,
"patch_size": 16
},
"text_cfg": {
"hf_model_name": "llm-jp/llm-jp-roberta-base",
"hf_tokenizer_name": "llm-jp/llm-jp-roberta-base",
"hf_pooler_type": "mean_pooler"
}
},
"preprocess_cfg": {
"mean": [
0.48145466,
0.4578275,
0.40821073
],
"std": [
0.26862954,
0.26130258,
0.27577711
],
"interpolation": "bicubic",
"resize_mode": "shortest"
}
}