Update README.md
Browse files
README.md
CHANGED
|
@@ -29,8 +29,8 @@ The model has been fine-tuned on the German subsets of the following datasets:
|
|
| 29 |
- [stsb_multi_mt](https://huggingface.co/datasets/stsb_multi_mt)
|
| 30 |
|
| 31 |
The training procedure can be divided into two stages:
|
| 32 |
-
- training on paraphrase
|
| 33 |
-
- training on semantic textual similarity using
|
| 34 |
|
| 35 |
# Results
|
| 36 |
The model achieves the following results:
|
|
|
|
| 29 |
- [stsb_multi_mt](https://huggingface.co/datasets/stsb_multi_mt)
|
| 30 |
|
| 31 |
The training procedure can be divided into two stages:
|
| 32 |
+
- training on paraphrase datasets with the Multiple Negatives Ranking Loss
|
| 33 |
+
- training on semantic textual similarity datasets using the Cosine Similarity Loss
|
| 34 |
|
| 35 |
# Results
|
| 36 |
The model achieves the following results:
|