open_clip_config.json
591 B · 33 lines · json Raw
1 {
2 "model_cfg": {
3 "embed_dim": 640,
4 "vision_cfg": {
5 "timm_model_name": "convnext_base",
6 "timm_model_pretrained": false,
7 "timm_pool": "",
8 "timm_proj": "linear",
9 "timm_drop": 0.0,
10 "timm_drop_path": 0.1,
11 "image_size": 256
12 },
13 "text_cfg": {
14 "context_length": 77,
15 "vocab_size": 49408,
16 "width": 640,
17 "heads": 10,
18 "layers": 12
19 }
20 },
21 "preprocess_cfg": {
22 "mean": [
23 0.48145466,
24 0.4578275,
25 0.40821073
26 ],
27 "std": [
28 0.26862954,
29 0.26130258,
30 0.27577711
31 ]
32 }
33 }