kimihailv commited on
Commit
59e3de7
1 Parent(s): 2340d70

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -4
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.