Update README.md
Browse filesFixed a copy & paste error – it was directly translated from english to german – not backtranslated.
README.md
CHANGED
|
@@ -16,7 +16,7 @@ tags:
|
|
| 16 |
|
| 17 |
## About
|
| 18 |
|
| 19 |
-
This dataset is a version of the [GooAQ question-answer pairs dataset](https://huggingface.co/datasets/sentence-transformers/embedding-training-data) machine-translated
|
| 20 |
|
| 21 |
Machine translation has been performed using the [English-to-German quickMT model](https://huggingface.co/quickmt/quickmt-en-de) and the [quickMT library](https://github.com/quickmt) with `beam_size = 5`.
|
| 22 |
|
|
|
|
| 16 |
|
| 17 |
## About
|
| 18 |
|
| 19 |
+
This dataset is a version of the [GooAQ question-answer pairs dataset](https://huggingface.co/datasets/sentence-transformers/embedding-training-data) machine-translated from English to German ([link to original dataset](https://github.com/allenai/gooaq)). This dataset can be used directly with Sentence Transformers to train embedding models.
|
| 20 |
|
| 21 |
Machine translation has been performed using the [English-to-German quickMT model](https://huggingface.co/quickmt/quickmt-en-de) and the [quickMT library](https://github.com/quickmt) with `beam_size = 5`.
|
| 22 |
|