mohalisad commited on
Commit
f096695
·
verified ·
1 Parent(s): 6e5e9d7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -66,7 +66,7 @@ sentences = [
66
  ]
67
  embeddings = model.encode(sentences)
68
  print(embeddings.shape)
69
- # [3, 1024]
70
 
71
  # Get the similarity scores for the embeddings
72
  similarities = model.similarity(embeddings, embeddings)
 
66
  ]
67
  embeddings = model.encode(sentences)
68
  print(embeddings.shape)
69
+ # [3, 768]
70
 
71
  # Get the similarity scores for the embeddings
72
  similarities = model.similarity(embeddings, embeddings)