dwulff commited on
Commit
845f5f8
·
verified ·
1 Parent(s): 588d8eb

Add new SentenceTransformer model

Browse files
Files changed (2) hide show
  1. README.md +3 -3
  2. 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.7937, 0.4641],
73
- # [0.7937, 1.0000, 0.5504],
74
- # [0.4641, 0.5504, 1.0000]])
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:320a9d45e125197e9dcdd960803c0b1ba2f007dc93fee32f93c83175ba13e920
3
  size 2383139480
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ccad885d5aa892131b5c464623dd26c22ed25402ff2fb9c01c8edfbf6d40127
3
  size 2383139480