Update README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ datasets:
|
|
14 |
|
15 |
### Model Summary
|
16 |
|
17 |
-
CLIP_TROHN-Text is a model presented in the [BiVLC](https://github.com/IMirandaM/BiVLC) paper for experimentation. It has been fine-tuned with OpenCLIP framework using as basis the CLIP ViT-B-32 model pre-trained by 'openai'. Hyperparameters:
|
18 |
|
19 |
* Learning rate: 1e-6.
|
20 |
* Scheduler: Cosine scheduler with 50 warmup steps.
|
|
|
14 |
|
15 |
### Model Summary
|
16 |
|
17 |
+
CLIP_TROHN-Text is a model presented in the [BiVLC](https://github.com/IMirandaM/BiVLC) paper for experimentation. It has been fine-tuned with OpenCLIP framework using as basis the CLIP ViT-B-32 model pre-trained by 'openai'. The idea behind this fine-tuning is to improve the compositional understanding of the model by adding negative captions. The negatives present small compositional changes. Hyperparameters:
|
18 |
|
19 |
* Learning rate: 1e-6.
|
20 |
* Scheduler: Cosine scheduler with 50 warmup steps.
|