Add new SentenceTransformer model
Browse files
README.md
CHANGED
|
@@ -83,28 +83,28 @@ model-index:
|
|
| 83 |
type: test
|
| 84 |
metrics:
|
| 85 |
- type: cosine_accuracy@1
|
| 86 |
-
value: 0.
|
| 87 |
name: Cosine Accuracy@1
|
| 88 |
- type: cosine_precision@1
|
| 89 |
-
value: 0.
|
| 90 |
name: Cosine Precision@1
|
| 91 |
- type: cosine_recall@1
|
| 92 |
-
value: 0.
|
| 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.
|
| 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 |
|
|
@@ -210,13 +210,13 @@ You can finetune this model on your own dataset.
|
|
| 210 |
|
| 211 |
| Metric | Value |
|
| 212 |
|:-------------------------------------|:-----------|
|
| 213 |
-
| cosine_accuracy@1 | 0.
|
| 214 |
-
| cosine_precision@1 | 0.
|
| 215 |
| cosine_recall@1 | 0.5588 |
|
| 216 |
| **cosine_ndcg@10** | **0.7653** |
|
| 217 |
-
| cosine_mrr@1 | 0.
|
| 218 |
-
| cosine_map@100 | 0.
|
| 219 |
-
| cosine_auc_precision_cache_hit_ratio | 0.
|
| 220 |
| cosine_auc_similarity_distribution | 0.1529 |
|
| 221 |
|
| 222 |
<!--
|
|
|
|
| 83 |
type: test
|
| 84 |
metrics:
|
| 85 |
- type: cosine_accuracy@1
|
| 86 |
+
value: 0.5767756724811061
|
| 87 |
name: Cosine Accuracy@1
|
| 88 |
- type: cosine_precision@1
|
| 89 |
+
value: 0.5767756724811061
|
| 90 |
name: Cosine Precision@1
|
| 91 |
- type: cosine_recall@1
|
| 92 |
+
value: 0.5587801563902068
|
| 93 |
name: Cosine Recall@1
|
| 94 |
- type: cosine_ndcg@10
|
| 95 |
+
value: 0.7653413051737595
|
| 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.713060175850096
|
| 102 |
name: Cosine Map@100
|
| 103 |
- type: cosine_auc_precision_cache_hit_ratio
|
| 104 |
+
value: 0.3338195097026198
|
| 105 |
name: Cosine Auc Precision Cache Hit Ratio
|
| 106 |
- type: cosine_auc_similarity_distribution
|
| 107 |
+
value: 0.15285698677775272
|
| 108 |
name: Cosine Auc Similarity Distribution
|
| 109 |
---
|
| 110 |
|
|
|
|
| 210 |
|
| 211 |
| Metric | Value |
|
| 212 |
|:-------------------------------------|:-----------|
|
| 213 |
+
| cosine_accuracy@1 | 0.5768 |
|
| 214 |
+
| cosine_precision@1 | 0.5768 |
|
| 215 |
| cosine_recall@1 | 0.5588 |
|
| 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.3338 |
|
| 220 |
| cosine_auc_similarity_distribution | 0.1529 |
|
| 221 |
|
| 222 |
<!--
|