MarcGrumpyOlejak commited on
Commit
6355a90
·
verified ·
1 Parent(s): d514c9e

Update README.md

Browse files

Fixed a copy & paste error – it was directly translated from english to german – not backtranslated.

Files changed (1) hide show
  1. README.md +1 -1
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 to English and back 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
 
 
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