HelloJiang
commited on
Commit
•
c60897f
1
Parent(s):
1656832
Upload open_clip_config.json with huggingface_hub
Browse files- open_clip_config.json +33 -0
open_clip_config.json
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_cfg": {
|
3 |
+
"embed_dim": 768,
|
4 |
+
"vision_cfg": {
|
5 |
+
"timm_model_name": "convnext_large",
|
6 |
+
"timm_model_pretrained": false,
|
7 |
+
"timm_pool": "",
|
8 |
+
"timm_proj": "mlp",
|
9 |
+
"timm_drop": 0.0,
|
10 |
+
"timm_drop_path": 0.1,
|
11 |
+
"image_size": 320
|
12 |
+
},
|
13 |
+
"text_cfg": {
|
14 |
+
"context_length": 77,
|
15 |
+
"vocab_size": 49408,
|
16 |
+
"width": 768,
|
17 |
+
"heads": 12,
|
18 |
+
"layers": 16
|
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 |
+
}
|