Update README.md
Browse files
README.md
CHANGED
@@ -93,10 +93,6 @@ __Cons__:
|
|
93 |
Unlike cosine similarity, unimodal embedding are not enough.
|
94 |
Joint embedding will be needed and the resulting `score` will belong to the `[0, 1]` range, `1` meaning the absolute match.
|
95 |
|
96 |
-
```python
|
97 |
-
score = model.get_matching_scores(joint_embedding)
|
98 |
-
```
|
99 |
-
|
100 |
__Pros__:
|
101 |
|
102 |
- Joint embedding captures fine-grained features.
|
|
|
93 |
Unlike cosine similarity, unimodal embedding are not enough.
|
94 |
Joint embedding will be needed and the resulting `score` will belong to the `[0, 1]` range, `1` meaning the absolute match.
|
95 |
|
|
|
|
|
|
|
|
|
96 |
__Pros__:
|
97 |
|
98 |
- Joint embedding captures fine-grained features.
|