File size: 795 Bytes
88868ff 59d4543 88868ff 59d4543 88868ff 59d4543 88868ff b469a47 88868ff b469a47 |
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 |
---
dataset_info:
features:
- name: question
dtype: string
- name: optionA
dtype: string
- name: optionB
dtype: string
- name: optionC
dtype: string
- name: optionD
dtype: string
- name: solution
dtype: string
splits:
- name: train
num_bytes: 5813
num_examples: 50
download_size: 7834
dataset_size: 5813
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
license: apache-2.0
task_categories:
- question-answering
language:
- cs
size_categories:
- n<1K
---
Synthetic dataset of 50 Czech A/B/C/D questions for quick evaluation how the LMM understands Czech and Czech specific knowledge. Draft generated with the help of GPT4 and later manualy validated and edited.
```
from datasets import load_dataset
``` |