OpenCLIP
Safetensors
Portuguese
CAPIVARA
Portuguese CLIP
OpenCLIP
gabrielsantosrv commited on
Commit
e9c7fcb
1 Parent(s): bacdc0c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -21,6 +21,7 @@ This model holds the state of the art in many zero-shot tasks involving images
21
 
22
  ## How to use
23
  ```python
 
24
  from utils.capivara_utils import download_pretrained_from_hf
25
 
26
  model_path = download_pretrained_from_hf(model_id="hiaac-nlp/CAPIVARA")
 
21
 
22
  ## How to use
23
  ```python
24
+ from models.open_clip_wrapper import OpenCLIPWrapper
25
  from utils.capivara_utils import download_pretrained_from_hf
26
 
27
  model_path = download_pretrained_from_hf(model_id="hiaac-nlp/CAPIVARA")