Update README.md
Browse files
README.md
CHANGED
@@ -76,11 +76,14 @@ print(sentence_embeddings)
|
|
76 |
|
77 |
## Evaluation Results
|
78 |
```
|
79 |
-
|
80 |
-
0
|
81 |
-
|
82 |
-
|
83 |
-
|
|
|
|
|
|
|
84 |
```
|
85 |
|
86 |
For an automated evaluation of this model, see the *Sentence Embeddings Benchmark*: [https://seb.sbert.net](https://seb.sbert.net?model_name=hiiamsid/sentence_similarity_spanish_es)
|
@@ -129,5 +132,6 @@ SentenceTransformer(
|
|
129 |
```
|
130 |
|
131 |
## Citing & Authors
|
132 |
-
|
133 |
-
|
|
|
|
76 |
|
77 |
## Evaluation Results
|
78 |
```
|
79 |
+
cosine_pearson : 0.8280372842978689
|
80 |
+
cosine_spearman : 0.8232689765056079
|
81 |
+
euclidean_pearson : 0.81021993884437
|
82 |
+
euclidean_spearman : 0.8087904592393836
|
83 |
+
manhattan_pearson : 0.809645390126291
|
84 |
+
manhattan_spearman : 0.8077035464970413
|
85 |
+
dot_pearson : 0.7803662255836028
|
86 |
+
dot_spearman : 0.7699607641618339
|
87 |
```
|
88 |
|
89 |
For an automated evaluation of this model, see the *Sentence Embeddings Benchmark*: [https://seb.sbert.net](https://seb.sbert.net?model_name=hiiamsid/sentence_similarity_spanish_es)
|
|
|
132 |
```
|
133 |
|
134 |
## Citing & Authors
|
135 |
+
- Datasets : [stsb_multi_mt](https://huggingface.co/datasets/stsb_multi_mt)
|
136 |
+
- Model : [dccuchile/bert-base-spanish-wwm-cased](https://huggingface.co/dccuchile/bert-base-spanish-wwm-cased)
|
137 |
+
- Sentence Transformers [Semantic Textual Similarity](https://www.sbert.net/examples/training/sts/README.html)
|