Upload folder using huggingface_hub
Browse files
README.md
CHANGED
@@ -224,7 +224,7 @@ sentences = [
|
|
224 |
]
|
225 |
embeddings = model.encode(sentences)
|
226 |
print(embeddings.shape)
|
227 |
-
# [3,
|
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)
|