xcwangpsu commited on
Commit
dc6b8db
·
verified ·
1 Parent(s): 159759f
Files changed (1) hide show
  1. open_clip_config.json +31 -1
open_clip_config.json CHANGED
@@ -1,5 +1,35 @@
1
  {
2
- "model_cfg": null,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  "preprocess_cfg": {
4
  "mean": [
5
  0.48145466,
 
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": {
34
  "mean": [
35
  0.48145466,