Update README.md
Browse files
README.md
CHANGED
@@ -106,27 +106,6 @@ You can finetune this model on your own dataset.
|
|
106 |
*List how the model may foreseeably be misused and address what users ought not to do with the model.*
|
107 |
-->
|
108 |
|
109 |
-
## Evaluation
|
110 |
-
|
111 |
-
### Metrics
|
112 |
-
|
113 |
-
#### Semantic Similarity
|
114 |
-
|
115 |
-
* Evaluated with [<code>EmbeddingSimilarityEvaluator</code>](https://sbert.net/docs/package_reference/sentence_transformer/evaluation.html#sentence_transformers.evaluation.EmbeddingSimilarityEvaluator)
|
116 |
-
|
117 |
-
| Metric | Value |
|
118 |
-
|:--------------------|:-----------|
|
119 |
-
| pearson_cosine | 0.8363 |
|
120 |
-
| **spearman_cosine** | **0.7829** |
|
121 |
-
| pearson_manhattan | 0.8169 |
|
122 |
-
| spearman_manhattan | 0.7806 |
|
123 |
-
| pearson_euclidean | 0.8176 |
|
124 |
-
| spearman_euclidean | 0.7813 |
|
125 |
-
| pearson_dot | 0.7906 |
|
126 |
-
| spearman_dot | 0.7341 |
|
127 |
-
| pearson_max | 0.8363 |
|
128 |
-
| spearman_max | 0.7829 |
|
129 |
-
|
130 |
<!--
|
131 |
## Bias, Risks and Limitations
|
132 |
|
|
|
106 |
*List how the model may foreseeably be misused and address what users ought not to do with the model.*
|
107 |
-->
|
108 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
109 |
<!--
|
110 |
## Bias, Risks and Limitations
|
111 |
|