KennethTM commited on
Commit
18e2187
·
verified ·
1 Parent(s): eefb30e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -1
README.md CHANGED
@@ -19,4 +19,20 @@ configs:
19
  license: unknown
20
  language:
21
  - da
22
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  license: unknown
20
  language:
21
  - da
22
+ task_categories:
23
+ - feature-extraction
24
+ - question-answering
25
+ ---
26
+
27
+ # ELI5 question-answer pairs in Danish
28
+
29
+ ## About
30
+
31
+ This dataset is a version of the [ELI5 question-answer pairs dataset](https://huggingface.co/datasets/sentence-transformers/embedding-training-data) machine-translated from English to Danish ([Link to original dataset](https://huggingface.co/datasets/eli5)).
32
+
33
+ Machine translation is performed using the [English-to-Danish OPUS-MT model](https://huggingface.co/Helsinki-NLP/opus-mt-en-da).
34
+
35
+ The dataset contains ~209k question-answer pairs and can be used to train embedding and question-answer models.
36
+
37
+ ## Usage
38
+