xcwangpsu commited on
Commit
270e799
1 Parent(s): 8105b29

Upload open_clip_config.json

Browse files
Files changed (1) hide show
  1. open_clip_config.json +14 -30
open_clip_config.json CHANGED
@@ -1,33 +1,19 @@
1
  {
2
  "model_cfg": {
3
- "model_cfg": {
4
- "embed_dim": 512,
5
- "vision_cfg": {
6
- "timm_model_name": "vit_base_patch16_224",
7
- "timm_model_pretrained": false,
8
- "timm_pool": "",
9
- "timm_proj": "linear",
10
- "image_size": 224
11
- },
12
- "text_cfg": {
13
- "hf_model_name": "microsoft/BiomedNLP-BiomedBERT-base-uncased-abstract",
14
- "hf_tokenizer_name": "microsoft/BiomedNLP-BiomedBERT-base-uncased-abstract",
15
- "hf_proj_type": "mlp",
16
- "hf_pooler_type": "cls_last_hidden_state_pooler",
17
- "context_length": 256
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
  }
32
  },
33
  "preprocess_cfg": {
@@ -40,8 +26,6 @@
40
  0.26862954,
41
  0.26130258,
42
  0.27577711
43
- ],
44
- "interpolation": "bicubic",
45
- "resize_mode": "shortest"
46
  }
47
  }
 
1
  {
2
  "model_cfg": {
3
+ "embed_dim": 512,
4
+ "vision_cfg": {
5
+ "timm_model_name": "vit_base_patch16_224",
6
+ "timm_model_pretrained": false,
7
+ "timm_pool": "",
8
+ "timm_proj": "linear",
9
+ "image_size": 224
 
 
 
 
 
 
 
 
 
10
  },
11
+ "text_cfg": {
12
+ "hf_model_name": "microsoft/BiomedNLP-BiomedBERT-base-uncased-abstract",
13
+ "hf_tokenizer_name": "microsoft/BiomedNLP-BiomedBERT-base-uncased-abstract",
14
+ "hf_proj_type": "mlp",
15
+ "hf_pooler_type": "cls_last_hidden_state_pooler",
16
+ "context_length": 256
 
 
 
 
 
17
  }
18
  },
19
  "preprocess_cfg": {
 
26
  0.26862954,
27
  0.26130258,
28
  0.27577711
29
+ ]
 
 
30
  }
31
  }