LysandreJik commited on
Commit
a480fe4
·
1 Parent(s): cee00d2

Update open_clip_config.json

Browse files
Files changed (1) hide show
  1. open_clip_config.json +18 -4
open_clip_config.json CHANGED
@@ -1,6 +1,20 @@
1
  {
2
- "url": "",
3
- "hf_hub": "laion/CLIP-ViT-H-14-laion2B-s32B-b79K/",
4
- "mean": null,
5
- "std": null
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  }
 
1
  {
2
+ "model_cfg": {
3
+ "embed_dim": 1024,
4
+ "vision_cfg": {
5
+ "image_size": 224,
6
+ "layers": 32,
7
+ "width": 1280,
8
+ "head_width": 80,
9
+ "patch_size": 14
10
+ },
11
+ "text_cfg": {
12
+ "context_length": 77,
13
+ "vocab_size": 49408,
14
+ "width": 1024,
15
+ "heads": 16,
16
+ "layers": 24
17
+ }
18
+ },
19
+ "preprocess_cfg": {}
20
  }