upskyy commited on
Commit
d2f0504
·
verified ·
1 Parent(s): 025952a

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -224,7 +224,7 @@ sentences = [
224
  ]
225
  embeddings = model.encode(sentences)
226
  print(embeddings.shape)
227
- # [3, 768]
228
 
229
  # Get the similarity scores for the embeddings
230
  similarities = model.similarity(embeddings, embeddings)
 
224
  ]
225
  embeddings = model.encode(sentences)
226
  print(embeddings.shape)
227
+ # [3, 1024]
228
 
229
  # Get the similarity scores for the embeddings
230
  similarities = model.similarity(embeddings, embeddings)