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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -78,6 +78,8 @@ score, joint_embedding = model.encode_multimodal(
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
  __Pros__:
82
 
83
  - Computationally cheap.
 
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
+
83
  __Pros__:
84
 
85
  - Computationally cheap.