LamaDiab commited on
Commit
3ed7997
·
verified ·
1 Parent(s): 375f5fc

Updating model weights

Browse files
Files changed (2) hide show
  1. README.md +21 -3
  2. model.safetensors +1 -1
README.md CHANGED
@@ -56,6 +56,9 @@ model-index:
56
  - type: cosine_accuracy
57
  value: 0.9632217288017273
58
  name: Cosine Accuracy
 
 
 
59
  ---
60
 
61
  # SentenceTransformer
@@ -119,9 +122,9 @@ print(embeddings.shape)
119
  # Get the similarity scores for the embeddings
120
  similarities = model.similarity(embeddings, embeddings)
121
  print(similarities)
122
- # tensor([[1.0000, 0.8920, 0.3277],
123
- # [0.8920, 1.0000, 0.3290],
124
- # [0.3277, 0.3290, 1.0000]])
125
  ```
126
 
127
  <!--
@@ -176,6 +179,14 @@ You can finetune this model on your own dataset.
176
  |:--------------------|:-----------|
177
  | **cosine_accuracy** | **0.9632** |
178
 
 
 
 
 
 
 
 
 
179
  <!--
180
  ## Bias, Risks and Limitations
181
 
@@ -371,6 +382,13 @@ You can finetune this model on your own dataset.
371
  | 3.0 | 129 | 1.1581 | - |
372
  | 4.0 | 172 | 1.013 | - |
373
  | 5.0 | 215 | 0.9318 | - |
 
 
 
 
 
 
 
374
 
375
 
376
  ### Framework Versions
 
56
  - type: cosine_accuracy
57
  value: 0.9632217288017273
58
  name: Cosine Accuracy
59
+ - type: cosine_accuracy
60
+ value: 0.9583539962768555
61
+ name: Cosine Accuracy
62
  ---
63
 
64
  # SentenceTransformer
 
122
  # Get the similarity scores for the embeddings
123
  similarities = model.similarity(embeddings, embeddings)
124
  print(similarities)
125
+ # tensor([[1.0000, 0.8800, 0.2118],
126
+ # [0.8800, 1.0000, 0.2279],
127
+ # [0.2118, 0.2279, 1.0000]])
128
  ```
129
 
130
  <!--
 
179
  |:--------------------|:-----------|
180
  | **cosine_accuracy** | **0.9632** |
181
 
182
+ #### Triplet
183
+
184
+ * Evaluated with [<code>TripletEvaluator</code>](https://sbert.net/docs/package_reference/sentence_transformer/evaluation.html#sentence_transformers.evaluation.TripletEvaluator)
185
+
186
+ | Metric | Value |
187
+ |:--------------------|:-----------|
188
+ | **cosine_accuracy** | **0.9584** |
189
+
190
  <!--
191
  ## Bias, Risks and Limitations
192
 
 
382
  | 3.0 | 129 | 1.1581 | - |
383
  | 4.0 | 172 | 1.013 | - |
384
  | 5.0 | 215 | 0.9318 | - |
385
+ | -1 | -1 | - | 0.9584 |
386
+ | 0.0233 | 1 | 0.6549 | - |
387
+ | 1.0 | 43 | 0.5541 | - |
388
+ | 2.0 | 86 | 0.5269 | - |
389
+ | 3.0 | 129 | 0.6036 | - |
390
+ | 4.0 | 172 | 0.6677 | - |
391
+ | 5.0 | 215 | 0.7634 | - |
392
 
393
 
394
  ### Framework Versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3dc07c00b7a4447a056133d8bcad4c913971857b920188d8c0a059fe226503a2
3
  size 90864192
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b352bb9cccdacd9d0318f7bce4b8fc176f7c8b788c505ac48751add74176ef4f
3
  size 90864192