Update README.md
Browse files
README.md
CHANGED
@@ -18,6 +18,8 @@ It calculates Recall@K (R@1, R@5, R@10) metrics for both:
|
|
18 |
* **Image Retrieval (Text-to-Image):** Given a text query, how well does the model retrieve the correct image?
|
19 |
* **Text Retrieval (Image-to-Text):** Given an image query, how well does the model retrieve the correct text description?
|
20 |
|
|
|
|
|
21 |
## 🚀 How to Use
|
22 |
|
23 |
1. **Select a CLIP Model:** Choose a pre-trained CLIP model from the dropdown menu.
|
|
|
18 |
* **Image Retrieval (Text-to-Image):** Given a text query, how well does the model retrieve the correct image?
|
19 |
* **Text Retrieval (Image-to-Text):** Given an image query, how well does the model retrieve the correct text description?
|
20 |
|
21 |
+
A higher Recall@1 means the model is better at placing the correct item at the very top of the results.
|
22 |
+
|
23 |
## 🚀 How to Use
|
24 |
|
25 |
1. **Select a CLIP Model:** Choose a pre-trained CLIP model from the dropdown menu.
|