Zero-Shot Image Classification
OpenCLIP
clip
visheratin commited on
Commit
a133efc
1 Parent(s): a47998b

Update open_clip_config.json

Browse files
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": "facebook/nllb-200-distilled-1.3B",
13
  "hf_tokenizer_name": "facebook/nllb-200-distilled-1.3B",
14
- "proj": "linear",
15
- "pooler_type": "cls_pooler"
16
  }
17
  },
18
  "preprocess_cfg": {
 
11
  "text_cfg": {
12
  "hf_model_name": "facebook/nllb-200-distilled-1.3B",
13
  "hf_tokenizer_name": "facebook/nllb-200-distilled-1.3B",
14
+ "hf_proj_type": "linear",
15
+ "hf_pooler_type": "cls_pooler"
16
  }
17
  },
18
  "preprocess_cfg": {