Philip May
commited on
Commit
•
00b6a19
1
Parent(s):
151bbf4
Update README.md
Browse files
README.md
CHANGED
@@ -73,7 +73,7 @@ We did an automatic hyperparameter search for 33 trials with [Optuna](https://gi
|
|
73 |
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.
|
74 |
|
75 |
# Evaluation
|
76 |
-
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
|
77 |
|
78 |
| Model Name | Spearman<br/>German | Spearman<br/>English | Spearman<br/>EN-DE & DE-EN<br/>(cross) |
|
79 |
|---------------------------------------------------------------|-------------------|--------------------|------------------|
|
|
|
73 |
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.
|
74 |
|
75 |
# Evaluation
|
76 |
+
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.
|
77 |
|
78 |
| Model Name | Spearman<br/>German | Spearman<br/>English | Spearman<br/>EN-DE & DE-EN<br/>(cross) |
|
79 |
|---------------------------------------------------------------|-------------------|--------------------|------------------|
|