File size: 433 Bytes
b21cb1e 7055626 b21cb1e |
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 |
---
license: mit
dataset_info:
features:
- name: qid
dtype: string
- name: term
dtype: string
- name: description
dtype: string
- name: question
dtype: string
- name: answer
dtype: bool
- name: facts
dtype: string
splits:
- name: train
num_bytes: 524456
num_examples: 1603
- name: test
num_bytes: 226237
num_examples: 687
download_size: 530106
dataset_size: 750693
---
|