Zero-Shot Image Classification
OpenCLIP
clip
visheratin commited on
Commit
f16398b
1 Parent(s): 119e3b7

Update open_clip_config.json

Browse files
Files changed (1) hide show
  1. open_clip_config.json +2 -2
open_clip_config.json CHANGED
@@ -10,8 +10,8 @@
10
  "text_cfg": {
11
  "hf_model_name": "facebook/nllb-200-distilled-600M",
12
  "hf_tokenizer_name": "facebook/nllb-200-distilled-600M",
13
- "proj": "linear",
14
- "pooler_type": "cls_pooler"
15
  }
16
  },
17
  "preprocess_cfg": {
 
10
  "text_cfg": {
11
  "hf_model_name": "facebook/nllb-200-distilled-600M",
12
  "hf_tokenizer_name": "facebook/nllb-200-distilled-600M",
13
+ "hf_proj_type": "linear",
14
+ "hf_pooler_type": "cls_pooler"
15
  }
16
  },
17
  "preprocess_cfg": {