hyunlord commited on
Commit
27ff348
·
verified ·
1 Parent(s): a65bb64

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -46,4 +46,11 @@ probs = torch.sigmoid(logits_per_image)
46
  ```python
47
  >>> probs
48
  tensor([[0.0038, 0.0429, 0.8294, 0.9787, 0.9816, 0.9990]])
49
- ```
 
 
 
 
 
 
 
 
46
  ```python
47
  >>> probs
48
  tensor([[0.0038, 0.0429, 0.8294, 0.9787, 0.9816, 0.9990]])
49
+ ```
50
+
51
+ ## MS-COCO Caption Evaluation
52
+ | Model | Parameter Size | (En) I-T Recall@1 | (En) T-I Recall@1 | (Ko) I-T Recall@1 | (Ko) T-I Recall@1 |
53
+ |---|---|---|---|---|---|
54
+ | google/siglip2-base-patch16-224 | 375,187,970 | 65.20% | 48.29% | 45.68% | 25.44% |
55
+ | google/siglip2-so400m-patch14-384 | 1,136,008,498 | 67.74% | 52.04% | 52.36% | 31.59% |
56
+ | siglip2-base-patch16-224-ko | 375,187,970 | 65.54% | 47.99% | 57.24% | 36.55% |