Update README.md
Browse files
README.md
CHANGED
@@ -67,7 +67,6 @@ print(cos_sim(text_embeddings[0], image_embeddings[0])) # text-image cross-modal
|
|
67 |
```
|
68 |
|
69 |
**notice: our emperical study shows that text-text cosine similarity is normally larger than text-image cosine similarity!**
|
70 |
-
|
71 |
If you want to merge two scores, we recommended 2 ways:
|
72 |
|
73 |
1. weighted average of text-text sim and text-image sim:
|
|
|
67 |
```
|
68 |
|
69 |
**notice: our emperical study shows that text-text cosine similarity is normally larger than text-image cosine similarity!**
|
|
|
70 |
If you want to merge two scores, we recommended 2 ways:
|
71 |
|
72 |
1. weighted average of text-text sim and text-image sim:
|