OpenCLIP
PyTorch
clip
apf1 commited on
Commit
d915f9c
1 Parent(s): 3802954

Upload open clip

Browse files
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": 384,
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:c07a17b547d461c60a3cce5062b26bf8545b13de602c4c59d8490361eb716033
3
+ size 3947081637