Update open_clip_config.json
Browse files- open_clip_config.json +2 -2
    	
        open_clip_config.json
    CHANGED
    
    | @@ -11,8 +11,8 @@ | |
| 11 | 
             
                "text_cfg": {
         | 
| 12 | 
             
                  "hf_model_name": "microsoft/BiomedNLP-BiomedBERT-base-uncased-abstract",
         | 
| 13 | 
             
                  "hf_tokenizer_name": "microsoft/BiomedNLP-BiomedBERT-base-uncased-abstract",
         | 
| 14 | 
            -
                  " | 
| 15 | 
            -
                  " | 
| 16 | 
             
                  "context_length": 256
         | 
| 17 | 
             
                }
         | 
| 18 | 
             
              },
         | 
|  | |
| 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 | 
             
              },
         | 
