Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -21,3 +21,30 @@ configs:
|
|
21 |
- split: train
|
22 |
path: data/train-*
|
23 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
- split: train
|
22 |
path: data/train-*
|
23 |
---
|
24 |
+
|
25 |
+
---
|
26 |
+
dataset_info:
|
27 |
+
features:
|
28 |
+
- name: instruction
|
29 |
+
dtype: string
|
30 |
+
- name: response
|
31 |
+
dtype: string
|
32 |
+
splits:
|
33 |
+
- name: train
|
34 |
+
num_bytes: 131141
|
35 |
+
num_examples: 410
|
36 |
+
download_size: 78634
|
37 |
+
dataset_size: 131141
|
38 |
+
configs:
|
39 |
+
- config_name: default
|
40 |
+
data_files:
|
41 |
+
- split: train
|
42 |
+
path: data/train-*
|
43 |
+
---
|
44 |
+
|
45 |
+
# Dataset Card for Finnish-NLP/ai2arc-deepl-translated-sft
|
46 |
+
|
47 |
+
## Creation process
|
48 |
+
- Load data from google/boolq translated with deepl
|
49 |
+
- Write rows to .txt file with *** on a newline separating instruction/response and then END on a newline separating samples
|
50 |
+
- Upload file to deepl.com for file translation --> parse samples back from translated files --> Maybe some additional cleaning/filtering based on fasttext langdetect / kenlm perplexity
|