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