tomaarsen HF staff commited on
Commit
85f037d
1 Parent(s): 668152b

Fix small typo

Browse files

Congratulations! This fixes a small typo :)

- Tom Aarsen

Files changed (1) hide show
  1. README.md +1 -1
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
- ### Givne 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:
 
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: