Datasets:
File size: 1,131 Bytes
d50decb 2c157da d50decb 2c157da 85c3717 f20c21a d50decb f20c21a 2c157da f20c21a d50decb 36af8c3 0971ccd 36af8c3 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 |
---
language:
- fi
license: cc-by-sa-3.0
task_categories:
- text-generation
dataset_info:
features:
- name: instruction
dtype: string
- name: response
dtype: string
- name: instruction_orig
dtype: string
- name: response_orig
dtype: string
- name: response_len
dtype: int64
- name: rank
dtype: float64
- name: __index_level_0__
dtype: int64
- name: response_orig_grade
dtype: string
- name: response_judgelm
dtype: string
splits:
- name: train
num_bytes: 3272561
num_examples: 2160
download_size: 1872337
dataset_size: 3272561
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
# Dataset Card for Finnish-NLP/boolq-deepl-translated-sft
## Creation process
- Load data from google/boolq translated with deepl
- Write rows to .txt file with *** on a newline separating instruction/response and then END on a newline separating samples
- 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 |