File size: 523 Bytes
d16cb23 |
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 |
---
dataset_info:
features:
- name: id
dtype: string
- name: question
dtype: string
- name: answer
dtype:
class_label:
names:
'0': خطأ
'1': صح
splits:
- name: validation
num_bytes: 37070
num_examples: 290
- name: test
num_bytes: 1177080
num_examples: 8710
download_size: 474266
dataset_size: 1214150
configs:
- config_name: default
data_files:
- split: validation
path: data/validation-*
- split: test
path: data/test-*
---
|