kimihailv commited on
Commit
213dd96
1 Parent(s): b7e5de4

Update README.md

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