Update README.md
Browse files
README.md
CHANGED
@@ -77,6 +77,8 @@ score, joint_embedding = model.encode_multimodal(
|
|
77 |
|
78 |
There are two options to calculate semantic compatibility between an image and a text: cosine similarity and [Matching Score](#matching-score).
|
79 |
|
|
|
|
|
80 |
__Pros__:
|
81 |
|
82 |
- Computationally cheap.
|
|
|
77 |
|
78 |
There are two options to calculate semantic compatibility between an image and a text: cosine similarity and [Matching Score](#matching-score).
|
79 |
|
80 |
+
### Cosine Similarity
|
81 |
+
|
82 |
__Pros__:
|
83 |
|
84 |
- Computationally cheap.
|