Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -8,33 +8,12 @@ tags:
|
|
| 8 |
- danish
|
| 9 |
- synthetic
|
| 10 |
- instruction-tuning
|
| 11 |
-
configs:
|
| 12 |
-
- config_name: default
|
| 13 |
-
data_files:
|
| 14 |
-
- split: train
|
| 15 |
-
path: data/train-*
|
| 16 |
-
dataset_info:
|
| 17 |
-
features:
|
| 18 |
-
- name: question
|
| 19 |
-
dtype: string
|
| 20 |
-
- name: answer
|
| 21 |
-
dtype: string
|
| 22 |
-
- name: seed_dataset
|
| 23 |
-
dtype: string
|
| 24 |
-
- name: source_id
|
| 25 |
-
dtype: string
|
| 26 |
-
splits:
|
| 27 |
-
- name: train
|
| 28 |
-
num_bytes: 60855419
|
| 29 |
-
num_examples: 306444
|
| 30 |
-
download_size: 25704517
|
| 31 |
-
dataset_size: 60855419
|
| 32 |
---
|
| 33 |
|
| 34 |
# Danish QA
|
| 35 |
|
| 36 |
-
Synthetic Danish question-answer pairs generated
|
| 37 |
-
using
|
| 38 |
|
| 39 |
## Sources
|
| 40 |
|
|
|
|
| 8 |
- danish
|
| 9 |
- synthetic
|
| 10 |
- instruction-tuning
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# Danish QA
|
| 14 |
|
| 15 |
+
Synthetic Danish question-answer pairs generated by [da-synth](https://github.com/alexandrainst/da-synth)
|
| 16 |
+
using Claude as the generator and judge.
|
| 17 |
|
| 18 |
## Sources
|
| 19 |
|