Rolv-Arild commited on
Commit
f419068
1 Parent(s): 6326958

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -2
README.md CHANGED
@@ -145,8 +145,14 @@ print(scipy_cosine_scores)
145
 
146
  # Evaluation and Parameters
147
 
148
- ## Evaluaton
149
- [Insert some numbers here, Rolv-Arild?]
 
 
 
 
 
 
150
 
151
  ## Training
152
  The model was trained with the parameters:
 
145
 
146
  # Evaluation and Parameters
147
 
148
+ ## Evaluation
149
+ Evaluation results on the sts-test dataset:
150
+ | | Pearson | Spearman |
151
+ |------------------------|------------|------------|
152
+ | Cosine Similarity | **0.8275** | **0.8245** |
153
+ | Manhattan Distance | 0.8193 | 0.8182 |
154
+ | Euclidean Distance | 0.8190 | 0.8180 |
155
+ | Dot Product Similarity | 0.8039 | 0.7951 |
156
 
157
  ## Training
158
  The model was trained with the parameters: