visheratin commited on
Commit
b2ab034
1 Parent(s): 43f28d1

Update open_clip_config.json

Browse files
Files changed (1) hide show
  1. open_clip_config.json +11 -11
open_clip_config.json CHANGED
@@ -1,34 +1,34 @@
1
  {
2
  "model_cfg": {
3
- "embed_dim": 768,
4
  "custom_text": true,
5
  "init_logit_bias": -10,
6
  "vision_cfg": {
7
  "image_size": 384,
8
- "timm_model_name": "vit_base_patch16_siglip_384",
9
  "timm_model_pretrained": false,
10
  "timm_pool": "map",
11
  "timm_proj": "none"
12
  },
13
  "text_cfg": {
14
- "hf_model_name": "facebook/nllb-200-distilled-600M",
15
- "hf_tokenizer_name": "facebook/nllb-200-distilled-600M",
16
  "hf_proj_type": "linear",
17
  "hf_pooler_type": "cls_pooler"
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": "shortest"
33
  }
34
  }
 
1
  {
2
  "model_cfg": {
3
+ "embed_dim": 1152,
4
  "custom_text": true,
5
  "init_logit_bias": -10,
6
  "vision_cfg": {
7
  "image_size": 384,
8
+ "timm_model_name": "vit_so400m_patch14_siglip_384",
9
  "timm_model_pretrained": false,
10
  "timm_pool": "map",
11
  "timm_proj": "none"
12
  },
13
  "text_cfg": {
14
+ "hf_model_name": "facebook/nllb-200-distilled-1.3B",
15
+ "hf_tokenizer_name": "facebook/nllb-200-distilled-1.3B",
16
  "hf_proj_type": "linear",
17
  "hf_pooler_type": "cls_pooler"
18
  }
19
  },
20
  "preprocess_cfg": {
21
  "mean": [
22
+ 0.5,
23
+ 0.5,
24
+ 0.5
25
  ],
26
  "std": [
27
+ 0.5,
28
+ 0.5,
29
+ 0.5
30
  ],
31
  "interpolation": "bicubic",
32
+ "resize_mode": "squash"
33
  }
34
  }