Add new SentenceTransformer model
Browse files- README.md +3 -3
- model.safetensors +1 -1
README.md
CHANGED
|
@@ -69,9 +69,9 @@ print(embeddings.shape)
|
|
| 69 |
# Get the similarity scores for the embeddings
|
| 70 |
similarities = model.similarity(embeddings, embeddings)
|
| 71 |
print(similarities)
|
| 72 |
-
# tensor([[1.0000, 0.
|
| 73 |
-
# [0.
|
| 74 |
-
# [0.
|
| 75 |
```
|
| 76 |
|
| 77 |
<!--
|
|
|
|
| 69 |
# Get the similarity scores for the embeddings
|
| 70 |
similarities = model.similarity(embeddings, embeddings)
|
| 71 |
print(similarities)
|
| 72 |
+
# tensor([[1.0000, 0.6348, 0.2789],
|
| 73 |
+
# [0.6348, 1.0000, 0.3575],
|
| 74 |
+
# [0.2789, 0.3575, 1.0000]])
|
| 75 |
```
|
| 76 |
|
| 77 |
<!--
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2383139480
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7ccad885d5aa892131b5c464623dd26c22ed25402ff2fb9c01c8edfbf6d40127
|
| 3 |
size 2383139480
|