lbourdois commited on
Commit
eb94bdd
1 Parent(s): 5e0a85c

Fix unicode 2

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -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 Spearmans 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
  |---------------------------------------------------------------|-------------------|--------------------|------------------|
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 Spearmans 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
  |---------------------------------------------------------------|-------------------|--------------------|------------------|