rasyosef commited on
Commit
a1a9c36
·
verified ·
1 Parent(s): ff4aed0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -527,7 +527,7 @@ print(embeddings.shape)
527
  # Get the similarity scores for the embeddings
528
  similarities = model.similarity(embeddings, embeddings)
529
  print(similarities.shape)
530
- # [5, 3]
531
  ```
532
 
533
  <!--
 
527
  # Get the similarity scores for the embeddings
528
  similarities = model.similarity(embeddings, embeddings)
529
  print(similarities.shape)
530
+ # [5, 5]
531
  ```
532
 
533
  <!--