wisdomik raylim commited on
Commit
813c35d
1 Parent(s): bcf9718

Update open_clip_config.json (#1)

Browse files

- Update open_clip_config.json (d714d6cfb0c2608c35eb4dff4aaf594cfa392e75)


Co-authored-by: Raymond Lim <raylim@users.noreply.huggingface.co>

Files changed (1) hide show
  1. open_clip_config.json +2 -2
open_clip_config.json CHANGED
@@ -11,8 +11,8 @@
11
  "text_cfg": {
12
  "hf_model_name": "microsoft/BiomedNLP-PubMedBERT-base-uncased-abstract",
13
  "hf_tokenizer_name": "microsoft/BiomedNLP-PubMedBERT-base-uncased-abstract",
14
- "proj": "mlp",
15
- "pooler_type": "cls_last_hidden_state_pooler",
16
  "context_length": 256
17
  }
18
  },
 
11
  "text_cfg": {
12
  "hf_model_name": "microsoft/BiomedNLP-PubMedBERT-base-uncased-abstract",
13
  "hf_tokenizer_name": "microsoft/BiomedNLP-PubMedBERT-base-uncased-abstract",
14
+ "hf_proj_type": "mlp",
15
+ "hf_pooler_type": "cls_last_hidden_state_pooler",
16
  "context_length": 256
17
  }
18
  },