Fix small typo
Browse filesCongratulations! This fixes a small typo :)
- Tom Aarsen
README.md
CHANGED
@@ -120,7 +120,7 @@ ValueError: The model class you are passing has a `config_class` attribute that
|
|
120 |
|
121 |
There was a bug in Transformers library between 4.40.x to 4.41.1. You can update transformers to >4.41.2 or <=4.40.0
|
122 |
|
123 |
-
###
|
124 |
|
125 |
Our emperical study shows that text-text cosine similarity is normally larger than text-image cosine similarity!
|
126 |
If you want to merge two scores, we recommended 2 ways:
|
|
|
120 |
|
121 |
There was a bug in Transformers library between 4.40.x to 4.41.1. You can update transformers to >4.41.2 or <=4.40.0
|
122 |
|
123 |
+
### Given one query, how can I merge its text-text and text-image cosine similarity?
|
124 |
|
125 |
Our emperical study shows that text-text cosine similarity is normally larger than text-image cosine similarity!
|
126 |
If you want to merge two scores, we recommended 2 ways:
|