gabrielsantosrv
commited on
Commit
•
bacdc0c
1
Parent(s):
ce250ad
Update README.md
Browse files
README.md
CHANGED
@@ -5,7 +5,6 @@ language:
|
|
5 |
tags:
|
6 |
- CAPIVARA
|
7 |
- Portuguese CLIP
|
8 |
-
- Portuguese
|
9 |
- OpenCLIP
|
10 |
datasets:
|
11 |
- conceptual_captions
|
@@ -20,7 +19,6 @@ datasets:
|
|
20 |
CAPIVARA is a cost-efficient framework designed to enhance the performance of multilingual CLIP models in low-resource languages.
|
21 |
This model holds the state of the art in many zero-shot tasks involving images and Portuguese texts.
|
22 |
|
23 |
-
|
24 |
## How to use
|
25 |
```python
|
26 |
from utils.capivara_utils import download_pretrained_from_hf
|
@@ -29,6 +27,9 @@ model_path = download_pretrained_from_hf(model_id="hiaac-nlp/CAPIVARA")
|
|
29 |
model = OpenCLIPWrapper.load_from_checkpoint(model_path, strict=False).model
|
30 |
```
|
31 |
|
|
|
|
|
|
|
32 |
## Model Details
|
33 |
|
34 |
### Model Description
|
|
|
5 |
tags:
|
6 |
- CAPIVARA
|
7 |
- Portuguese CLIP
|
|
|
8 |
- OpenCLIP
|
9 |
datasets:
|
10 |
- conceptual_captions
|
|
|
19 |
CAPIVARA is a cost-efficient framework designed to enhance the performance of multilingual CLIP models in low-resource languages.
|
20 |
This model holds the state of the art in many zero-shot tasks involving images and Portuguese texts.
|
21 |
|
|
|
22 |
## How to use
|
23 |
```python
|
24 |
from utils.capivara_utils import download_pretrained_from_hf
|
|
|
27 |
model = OpenCLIPWrapper.load_from_checkpoint(model_path, strict=False).model
|
28 |
```
|
29 |
|
30 |
+
For more details refer to [Github repo](https://github.com/hiaac-nlp/CAPIVARA/).
|
31 |
+
|
32 |
+
|
33 |
## Model Details
|
34 |
|
35 |
### Model Description
|