kimihailv commited on
Commit
1a3b7a9
1 Parent(s): 6eb861c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -76,7 +76,7 @@ score, joint_embedding = model.encode_multimodal(
76
  )
77
  ```
78
 
79
- There are two options to calculate semantic compatibility between an image and a text: [Cosine Similarity](#cosine-similarity) and [Matching Score](#matching-score).
80
 
81
  ### Cosine Similarity
82
 
 
76
  )
77
  ```
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