llm-jp-clip-vit-large-patch14 / open_clip_config.json
speed's picture
Add model
667dae1 verified
raw
history blame
593 Bytes
{
"model_cfg": {
"embed_dim": 768,
"quick_gelu": true,
"vision_cfg": {
"image_size": 224,
"layers": 24,
"width": 1024,
"patch_size": 14
},
"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"
}
}