pawan2411 commited on
Commit
8c61170
1 Parent(s): 7be22ca

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -115,8 +115,7 @@ print(embeddings.shape)
115
 
116
  # Get the similarity scores for the embeddings
117
  similarities = model.similarity(embeddings, embeddings)
118
- print(similarities.shape)
119
- # [3, 3]
120
  ```
121
 
122
  <!--
 
115
 
116
  # Get the similarity scores for the embeddings
117
  similarities = model.similarity(embeddings, embeddings)
118
+ print(similarities)
 
119
  ```
120
 
121
  <!--