JackIsNotInTheBox commited on
Commit
1cbd3be
·
verified ·
1 Parent(s): 7a19ed0

Mirror open_clip_config.json from apple/DFN5B-CLIP-ViT-H-14-378@01b771ed

Browse files
encoders/apple/DFN5B-CLIP-ViT-H-14-378/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": 378,
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
+ }