ashvardanian
commited on
Commit
•
f735d24
1
Parent(s):
58707fb
Update README.md
Browse files
README.md
CHANGED
@@ -30,13 +30,12 @@ For more details on running the model, check out the [UForm GitHub repository](h
|
|
30 |
|
31 |
## Evaluation
|
32 |
|
33 |
-
|
34 |
-
On text-to-image retrieval it reaches 86% Recall@10 for Flickr:
|
35 |
|
36 |
-
| Dataset
|
37 |
-
| :-------- |
|
38 |
| Zero-Shot Flickr | 0.727 | 0.915 | 0.949 |
|
39 |
-
| MS-COCO ¹
|
40 |
|
41 |
> ¹ It's important to note, that the MS-COCO train split was present in the training data.
|
42 |
|
|
|
30 |
|
31 |
## Evaluation
|
32 |
|
33 |
+
On text-to-image retrieval it reaches 94% Recall@10 for Flickr:
|
|
|
34 |
|
35 |
+
| Dataset | Recall@1 | Recall@5 | Recall@10 |
|
36 |
+
| :-------- | -------: | -------: | --------: |
|
37 |
| Zero-Shot Flickr | 0.727 | 0.915 | 0.949 |
|
38 |
+
| MS-COCO ¹ | 0.510 | 0.761 | 0.838 |
|
39 |
|
40 |
> ¹ It's important to note, that the MS-COCO train split was present in the training data.
|
41 |
|