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