Fix unicode
Browse files
README.md
CHANGED
@@ -15,7 +15,7 @@ tags:
|
|
15 |
datasets:
|
16 |
- stsb_multi_mt
|
17 |
metrics:
|
18 |
-
- Spearman
|
19 |
- cosine similarity
|
20 |
---
|
21 |
|
@@ -72,7 +72,7 @@ We did an automatic hyperparameter search for 33 trials with [Optuna](https://gi
|
|
72 |
The final model was trained with these hyperparameters on the combination of the train and dev datasets from English, German and the crossings of them. The testset was left for testing.
|
73 |
|
74 |
# Evaluation
|
75 |
-
The evaluation has been done on English, German and both languages crossed with the STSbenchmark test data. The evaluation-code is available on [Colab](https://colab.research.google.com/drive/1gtGnKq_dYU_sDYqMohTYVMVpxMJjyH0M?usp=sharing). As the metric for evaluation we use the Spearman�s rank correlation between the cosine-similarity of the sentence embeddings and STSbenchmark labels.
|
76 |
|
77 |
| Model Name | Spearman<br/>German | Spearman<br/>English | Spearman<br/>EN-DE & DE-EN<br/>(cross) |
|
78 |
|---------------------------------------------------------------|-------------------|--------------------|------------------|
|
|
|
15 |
datasets:
|
16 |
- stsb_multi_mt
|
17 |
metrics:
|
18 |
+
- Spearman’s rank correlation
|
19 |
- cosine similarity
|
20 |
---
|
21 |
|
|
|
72 |
The final model was trained with these hyperparameters on the combination of the train and dev datasets from English, German and the crossings of them. The testset was left for testing.
|
73 |
|
74 |
# Evaluation
|
75 |
+
The evaluation has been done on English, German and both languages crossed with the STSbenchmark test data. The evaluation-code is available on [Colab](https://colab.research.google.com/drive/1gtGnKq_dYU_sDYqMohTYVMVpxMJjyH0M?usp=sharing). As the metric for evaluation we use the Spearman�s rank correlation between the cosine-similarity of the sentence embeddings and STSbenchmark labels.
|
76 |
|
77 |
| Model Name | Spearman<br/>German | Spearman<br/>English | Spearman<br/>EN-DE & DE-EN<br/>(cross) |
|
78 |
|---------------------------------------------------------------|-------------------|--------------------|------------------|
|