OpenCLIP
apf1 commited on
Commit
5add2d7
1 Parent(s): 8fdf8d1

Upload open_clip_config.json

Browse files
Files changed (1) hide show
  1. open_clip_config.json +23 -9
open_clip_config.json CHANGED
@@ -1,16 +1,30 @@
1
  {
 
2
  "embed_dim": 512,
3
  "vision_cfg": {
4
- "image_size": 224,
5
- "layers": 12,
6
- "width": 768,
7
- "patch_size": 16
8
  },
9
  "text_cfg": {
10
- "context_length": 77,
11
- "vocab_size": 49408,
12
- "width": 512,
13
- "heads": 8,
14
- "layers": 12
15
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  }
 
1
  {
2
+ "model_cfg": {
3
  "embed_dim": 512,
4
  "vision_cfg": {
5
+ "image_size": 224,
6
+ "layers": 12,
7
+ "width": 768,
8
+ "patch_size": 16
9
  },
10
  "text_cfg": {
11
+ "context_length": 77,
12
+ "vocab_size": 49408,
13
+ "width": 512,
14
+ "heads": 8,
15
+ "layers": 12
16
  }
17
+ },
18
+ "preprocess_cfg": {
19
+ "mean": [
20
+ 0.48145466,
21
+ 0.4578275,
22
+ 0.40821073
23
+ ],
24
+ "std": [
25
+ 0.26862954,
26
+ 0.26130258,
27
+ 0.27577711
28
+ ]
29
+ }
30
  }