Update README.md
Browse files
README.md
CHANGED
@@ -14,4 +14,17 @@ configs:
|
|
14 |
data_files:
|
15 |
- split: train
|
16 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
17 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
data_files:
|
15 |
- split: train
|
16 |
path: data/train-*
|
17 |
+
task_categories:
|
18 |
+
- question-answering
|
19 |
+
language:
|
20 |
+
- is
|
21 |
+
pretty_name: Icelandic question-answering dataset
|
22 |
---
|
23 |
+
|
24 |
+
# Icelandic question-answering dataset
|
25 |
+
|
26 |
+
The same dataset as in https://huggingface.co/datasets/Sigurdur/hugi_korkar but the first response has been saved, the rest have been thrown out.
|
27 |
+
|
28 |
+
The dataset is still not cleaned and may contain question answer pair that is not for all audiences.
|
29 |
+
|
30 |
+
Author: Sigurdur Haukur Birgisson
|