Upload open clip
Browse files- open_clip_config.json +34 -0
- open_clip_pytorch_model.bin +3 -0
open_clip_config.json
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_cfg": {
|
3 |
+
"embed_dim": 1024,
|
4 |
+
"quick_gelu": true,
|
5 |
+
"vision_cfg": {
|
6 |
+
"image_size": 224,
|
7 |
+
"layers": 32,
|
8 |
+
"width": 1280,
|
9 |
+
"head_width": 80,
|
10 |
+
"patch_size": 14
|
11 |
+
},
|
12 |
+
"text_cfg": {
|
13 |
+
"context_length": 77,
|
14 |
+
"vocab_size": 49408,
|
15 |
+
"width": 1024,
|
16 |
+
"heads": 16,
|
17 |
+
"layers": 24
|
18 |
+
}
|
19 |
+
},
|
20 |
+
"preprocess_cfg": {
|
21 |
+
"mean": [
|
22 |
+
0.48145466,
|
23 |
+
0.4578275,
|
24 |
+
0.40821073
|
25 |
+
],
|
26 |
+
"std": [
|
27 |
+
0.26862954,
|
28 |
+
0.26130258,
|
29 |
+
0.27577711
|
30 |
+
],
|
31 |
+
"interpolation": "bicubic",
|
32 |
+
"resize_mode": "squash"
|
33 |
+
}
|
34 |
+
}
|
open_clip_pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d67de50faa7f3ddce52fbab4f4656b04686a0bb15c26ebd0144d375cfa08b8ae
|
3 |
+
size 3944659877
|