radoslavralev commited on
Commit
6b3665a
·
verified ·
1 Parent(s): be16b6a

Add new SentenceTransformer model

Browse files
Files changed (1) hide show
  1. README.md +13 -13
README.md CHANGED
@@ -85,22 +85,22 @@ model-index:
85
  type: train
86
  metrics:
87
  - type: cosine_accuracy@1
88
- value: 0.5578263693440139
89
  name: Cosine Accuracy@1
90
  - type: cosine_precision@1
91
- value: 0.5578263693440139
92
  name: Cosine Precision@1
93
  - type: cosine_recall@1
94
- value: 0.5358387909389208
95
  name: Cosine Recall@1
96
  - type: cosine_ndcg@10
97
- value: 0.7522761033240243
98
  name: Cosine Ndcg@10
99
  - type: cosine_mrr@1
100
- value: 0.5578263693440139
101
  name: Cosine Mrr@1
102
  - type: cosine_map@100
103
- value: 0.6973618970818897
104
  name: Cosine Map@100
105
  ---
106
 
@@ -205,12 +205,12 @@ You can finetune this model on your own dataset.
205
 
206
  | Metric | Value |
207
  |:-------------------|:-----------|
208
- | cosine_accuracy@1 | 0.5578 |
209
- | cosine_precision@1 | 0.5578 |
210
- | cosine_recall@1 | 0.5358 |
211
- | **cosine_ndcg@10** | **0.7523** |
212
- | cosine_mrr@1 | 0.5578 |
213
- | cosine_map@100 | 0.6974 |
214
 
215
  <!--
216
  ## Bias, Risks and Limitations
@@ -283,7 +283,7 @@ You can finetune this model on your own dataset.
283
  ### Training Logs
284
  | Epoch | Step | train_cosine_ndcg@10 |
285
  |:-----:|:----:|:--------------------:|
286
- | -1 | -1 | 0.7523 |
287
 
288
 
289
  ### Framework Versions
 
85
  type: train
86
  metrics:
87
  - type: cosine_accuracy@1
88
+ value: 0.5575665728512665
89
  name: Cosine Accuracy@1
90
  - type: cosine_precision@1
91
+ value: 0.5575665728512665
92
  name: Cosine Precision@1
93
  - type: cosine_recall@1
94
+ value: 0.5356742531601808
95
  name: Cosine Recall@1
96
  - type: cosine_ndcg@10
97
+ value: 0.7520772210016126
98
  name: Cosine Ndcg@10
99
  - type: cosine_mrr@1
100
+ value: 0.5575665728512665
101
  name: Cosine Mrr@1
102
  - type: cosine_map@100
103
+ value: 0.6972123948910381
104
  name: Cosine Map@100
105
  ---
106
 
 
205
 
206
  | Metric | Value |
207
  |:-------------------|:-----------|
208
+ | cosine_accuracy@1 | 0.5576 |
209
+ | cosine_precision@1 | 0.5576 |
210
+ | cosine_recall@1 | 0.5357 |
211
+ | **cosine_ndcg@10** | **0.7521** |
212
+ | cosine_mrr@1 | 0.5576 |
213
+ | cosine_map@100 | 0.6972 |
214
 
215
  <!--
216
  ## Bias, Risks and Limitations
 
283
  ### Training Logs
284
  | Epoch | Step | train_cosine_ndcg@10 |
285
  |:-----:|:----:|:--------------------:|
286
+ | -1 | -1 | 0.7521 |
287
 
288
 
289
  ### Framework Versions