radoslavralev commited on
Commit
eb1625e
·
verified ·
1 Parent(s): a2e68f5

Add new SentenceTransformer model

Browse files
Files changed (1) hide show
  1. README.md +10 -10
README.md CHANGED
@@ -76,22 +76,22 @@ model-index:
76
  type: train
77
  metrics:
78
  - type: cosine_accuracy@1
79
- value: 0.5578696687594717
80
  name: Cosine Accuracy@1
81
  - type: cosine_precision@1
82
- value: 0.5578696687594717
83
  name: Cosine Precision@1
84
  - type: cosine_recall@1
85
- value: 0.53589188426978
86
  name: Cosine Recall@1
87
  - type: cosine_ndcg@10
88
- value: 0.7523955452910316
89
  name: Cosine Ndcg@10
90
  - type: cosine_mrr@1
91
- value: 0.5578696687594717
92
  name: Cosine Mrr@1
93
  - type: cosine_map@100
94
- value: 0.6976030263836698
95
  name: Cosine Map@100
96
  ---
97
 
@@ -198,10 +198,10 @@ You can finetune this model on your own dataset.
198
  |:-------------------|:-----------|
199
  | cosine_accuracy@1 | 0.5579 |
200
  | cosine_precision@1 | 0.5579 |
201
- | cosine_recall@1 | 0.5359 |
202
- | **cosine_ndcg@10** | **0.7524** |
203
  | cosine_mrr@1 | 0.5579 |
204
- | cosine_map@100 | 0.6976 |
205
 
206
  <!--
207
  ## Bias, Risks and Limitations
@@ -274,7 +274,7 @@ You can finetune this model on your own dataset.
274
  ### Training Logs
275
  | Epoch | Step | train_cosine_ndcg@10 |
276
  |:-----:|:----:|:--------------------:|
277
- | -1 | -1 | 0.7524 |
278
 
279
 
280
  ### Framework Versions
 
76
  type: train
77
  metrics:
78
  - type: cosine_accuracy@1
79
+ value: 0.5579129681749296
80
  name: Cosine Accuracy@1
81
  - type: cosine_precision@1
82
+ value: 0.5579129681749296
83
  name: Cosine Precision@1
84
  - type: cosine_recall@1
85
+ value: 0.5359784831006956
86
  name: Cosine Recall@1
87
  - type: cosine_ndcg@10
88
+ value: 0.7522148521266401
89
  name: Cosine Ndcg@10
90
  - type: cosine_mrr@1
91
+ value: 0.5579129681749296
92
  name: Cosine Mrr@1
93
  - type: cosine_map@100
94
+ value: 0.6974638651409195
95
  name: Cosine Map@100
96
  ---
97
 
 
198
  |:-------------------|:-----------|
199
  | cosine_accuracy@1 | 0.5579 |
200
  | cosine_precision@1 | 0.5579 |
201
+ | cosine_recall@1 | 0.536 |
202
+ | **cosine_ndcg@10** | **0.7522** |
203
  | cosine_mrr@1 | 0.5579 |
204
+ | cosine_map@100 | 0.6975 |
205
 
206
  <!--
207
  ## Bias, Risks and Limitations
 
274
  ### Training Logs
275
  | Epoch | Step | train_cosine_ndcg@10 |
276
  |:-----:|:----:|:--------------------:|
277
+ | -1 | -1 | 0.7522 |
278
 
279
 
280
  ### Framework Versions