hiiamsid commited on
Commit
c445224
1 Parent(s): 66d9c05

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
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.8056 Spearman: 0.7993
24
- - Manhattan-Distance: Pearson: 0.7986 Spearman: 0.7953
25
- - Euclidean-Distance: Pearson: 0.7991 Spearman: 0.7960
26
- - Dot-Product-Similarity: Pearson: 0.7658 Spearman: 0.7542
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*: