Add new SentenceTransformer model
Browse files
README.md
CHANGED
|
@@ -92,19 +92,19 @@ model-index:
|
|
| 92 |
value: 0.5587801563902068
|
| 93 |
name: Cosine Recall@1
|
| 94 |
- type: cosine_ndcg@10
|
| 95 |
-
value: 0.
|
| 96 |
name: Cosine Ndcg@10
|
| 97 |
- type: cosine_mrr@1
|
| 98 |
value: 0.5767756724811061
|
| 99 |
name: Cosine Mrr@1
|
| 100 |
- type: cosine_map@100
|
| 101 |
-
value: 0.
|
| 102 |
name: Cosine Map@100
|
| 103 |
- type: cosine_auc_precision_cache_hit_ratio
|
| 104 |
-
value: 0.
|
| 105 |
name: Cosine Auc Precision Cache Hit Ratio
|
| 106 |
- type: cosine_auc_similarity_distribution
|
| 107 |
-
value: 0.
|
| 108 |
name: Cosine Auc Similarity Distribution
|
| 109 |
---
|
| 110 |
|
|
@@ -216,7 +216,7 @@ You can finetune this model on your own dataset.
|
|
| 216 |
| **cosine_ndcg@10** | **0.7653** |
|
| 217 |
| cosine_mrr@1 | 0.5768 |
|
| 218 |
| cosine_map@100 | 0.7131 |
|
| 219 |
-
| cosine_auc_precision_cache_hit_ratio | 0.
|
| 220 |
| cosine_auc_similarity_distribution | 0.1529 |
|
| 221 |
|
| 222 |
<!--
|
|
|
|
| 92 |
value: 0.5587801563902068
|
| 93 |
name: Cosine Recall@1
|
| 94 |
- type: cosine_ndcg@10
|
| 95 |
+
value: 0.765320607860921
|
| 96 |
name: Cosine Ndcg@10
|
| 97 |
- type: cosine_mrr@1
|
| 98 |
value: 0.5767756724811061
|
| 99 |
name: Cosine Mrr@1
|
| 100 |
- type: cosine_map@100
|
| 101 |
+
value: 0.7130569949974509
|
| 102 |
name: Cosine Map@100
|
| 103 |
- type: cosine_auc_precision_cache_hit_ratio
|
| 104 |
+
value: 0.33372951540341317
|
| 105 |
name: Cosine Auc Precision Cache Hit Ratio
|
| 106 |
- type: cosine_auc_similarity_distribution
|
| 107 |
+
value: 0.1529248551010913
|
| 108 |
name: Cosine Auc Similarity Distribution
|
| 109 |
---
|
| 110 |
|
|
|
|
| 216 |
| **cosine_ndcg@10** | **0.7653** |
|
| 217 |
| cosine_mrr@1 | 0.5768 |
|
| 218 |
| cosine_map@100 | 0.7131 |
|
| 219 |
+
| cosine_auc_precision_cache_hit_ratio | 0.3337 |
|
| 220 |
| cosine_auc_similarity_distribution | 0.1529 |
|
| 221 |
|
| 222 |
<!--
|