iejMac commited on
Commit
0d3be8c
1 Parent(s): 21b808f

add config

Browse files
Files changed (1) hide show
  1. open_clip_config.json +30 -0
open_clip_config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "embed_dim": 768,
3
+ "vision_cfg": {
4
+ "image_size": 224,
5
+ "layers": 24,
6
+ "width": 1024,
7
+ "patch_size": 14,
8
+ "attentional_pool": true,
9
+ "attn_pooler_heads": 8,
10
+ "output_tokens": true
11
+ },
12
+ "text_cfg": {
13
+ "context_length": 76,
14
+ "vocab_size": 49408,
15
+ "width": 768,
16
+ "heads": 12,
17
+ "layers": 12,
18
+ "embed_cls": true,
19
+ "output_tokens": true
20
+ },
21
+ "multimodal_cfg": {
22
+ "context_length": 76,
23
+ "vocab_size": 49408,
24
+ "width": 768,
25
+ "heads": 12,
26
+ "layers": 12,
27
+ "attn_pooler_heads": 12
28
+ },
29
+ "custom_text": true
30
+ }