Update README.md
Browse files
README.md
CHANGED
@@ -66,7 +66,7 @@ sentences = [
|
|
66 |
]
|
67 |
embeddings = model.encode(sentences)
|
68 |
print(embeddings.shape)
|
69 |
-
# [3,
|
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)
|