Update README.md
Browse files
README.md
CHANGED
@@ -20,10 +20,10 @@ Input for the model: Any spanish text
|
|
20 |
Output for the model: encoded text
|
21 |
## Evaluation
|
22 |
```
|
23 |
-
- Cosine-Similarity : Pearson: 0.
|
24 |
-
- Manhattan-Distance: Pearson: 0.
|
25 |
-
- Euclidean-Distance: Pearson: 0.
|
26 |
-
- Dot-Product-Similarity: Pearson: 0.
|
27 |
```
|
28 |
#### How to use
|
29 |
Here is how to use this model to get the features of a given text in *PyTorch*:
|
|
|
20 |
Output for the model: encoded text
|
21 |
## Evaluation
|
22 |
```
|
23 |
+
- Cosine-Similarity : Pearson: 0.8532 Spearman: 0.8517
|
24 |
+
- Manhattan-Distance: Pearson: 0.8289 Spearman: 0.8333
|
25 |
+
- Euclidean-Distance: Pearson: 0.8298 Spearman: 0.8340
|
26 |
+
- Dot-Product-Similarity: Pearson: 0.8043 Spearman: 0.8063
|
27 |
```
|
28 |
#### How to use
|
29 |
Here is how to use this model to get the features of a given text in *PyTorch*:
|