Datasets:
Tasks:
Question Answering
Modalities:
Text
Sub-tasks:
extractive-qa
Languages:
Danish
Size:
1K - 10K
License:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -6,45 +6,15 @@ task_categories:
|
|
| 6 |
- question-answering
|
| 7 |
task_ids:
|
| 8 |
- extractive-qa
|
| 9 |
-
|
| 10 |
- config_name: da
|
| 11 |
-
|
| 12 |
-
-
|
| 13 |
-
|
| 14 |
-
- name: title
|
| 15 |
-
dtype: string
|
| 16 |
-
- name: context
|
| 17 |
-
dtype: string
|
| 18 |
-
- name: question
|
| 19 |
-
dtype: string
|
| 20 |
-
- name: answers
|
| 21 |
-
struct:
|
| 22 |
-
- name: text
|
| 23 |
-
sequence: string
|
| 24 |
-
- name: answer_start
|
| 25 |
-
sequence: int32
|
| 26 |
-
splits:
|
| 27 |
-
- name: train
|
| 28 |
-
num_examples: 4767
|
| 29 |
- config_name: da-short
|
| 30 |
-
|
| 31 |
-
-
|
| 32 |
-
|
| 33 |
-
- name: title
|
| 34 |
-
dtype: string
|
| 35 |
-
- name: context
|
| 36 |
-
dtype: string
|
| 37 |
-
- name: question
|
| 38 |
-
dtype: string
|
| 39 |
-
- name: answers
|
| 40 |
-
struct:
|
| 41 |
-
- name: text
|
| 42 |
-
sequence: string
|
| 43 |
-
- name: answer_start
|
| 44 |
-
sequence: int32
|
| 45 |
-
splits:
|
| 46 |
-
- name: train
|
| 47 |
-
num_examples: 3527
|
| 48 |
source_datasets:
|
| 49 |
- alexandrainst/multi-wiki-qa
|
| 50 |
tags:
|
|
|
|
| 6 |
- question-answering
|
| 7 |
task_ids:
|
| 8 |
- extractive-qa
|
| 9 |
+
configs:
|
| 10 |
- config_name: da
|
| 11 |
+
data_files:
|
| 12 |
+
- split: train
|
| 13 |
+
path: da/train-*.parquet
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
- config_name: da-short
|
| 15 |
+
data_files:
|
| 16 |
+
- split: train
|
| 17 |
+
path: da-short/train-*.parquet
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
source_datasets:
|
| 19 |
- alexandrainst/multi-wiki-qa
|
| 20 |
tags:
|