Update README.md
Browse files
README.md
CHANGED
@@ -76,7 +76,7 @@ score, joint_embedding = model.encode_multimodal(
|
|
76 |
)
|
77 |
```
|
78 |
|
79 |
-
There are two options to calculate semantic compatibility between an image and a text:
|
80 |
|
81 |
### Cosine Similarity
|
82 |
|
|
|
76 |
)
|
77 |
```
|
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 |
|