bbexx commited on
Commit
7a14932
1 Parent(s): 78e2f11
Files changed (1) hide show
  1. config.json +25 -25
config.json CHANGED
@@ -1,27 +1,27 @@
1
  {
2
- "_commit_hash": null,
3
- "architectures": [
4
- "ViTaminCLIP"
5
- ],
6
- "auto_map": {
7
- "AutoConfig": "configuration_vitamin.ViTaminConfig",
8
- "AutoModel": "model.ViTaminCLIP"
9
- },
10
- "embed_dim": 768,
11
- "vision_cfg": {
12
- "timm_model_name": "vitamin_large_336",
13
- "timm_model_pretrained": false,
14
- "timm_pool": "",
15
- "timm_proj": "linear",
16
- "timm_drop": 0.0,
17
- "timm_drop_path": 0.1,
18
- "image_size": 336
19
- },
20
- "text_cfg": {
21
- "context_length": 77,
22
- "vocab_size": 49408,
23
- "width": 768,
24
- "heads": 12,
25
- "layers": 12
26
- }
27
  }
 
1
  {
2
+ "_commit_hash": null,
3
+ "architectures": [
4
+ "ViTaminCLIP"
5
+ ],
6
+ "auto_map": {
7
+ "AutoConfig": "configuration_vitamin.ViTaminConfig",
8
+ "AutoModel": "model.ViTaminCLIP"
9
+ },
10
+ "embed_dim": 1024,
11
+ "vision_cfg": {
12
+ "timm_model_name": "vitamin_large_336",
13
+ "timm_model_pretrained": false,
14
+ "timm_pool": "",
15
+ "timm_proj": "linear",
16
+ "timm_drop": 0.0,
17
+ "timm_drop_path": 0.1,
18
+ "image_size": 336
19
+ },
20
+ "text_cfg": {
21
+ "context_length": 77,
22
+ "vocab_size": 49408,
23
+ "width": 1024,
24
+ "heads": 16,
25
+ "layers": 24
26
+ }
27
  }