File size: 476 Bytes
cb3e99f 02f962e cb3e99f 02f962e cb3e99f |
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 |
---
dataset_info:
features:
- name: question
dtype: string
- name: answer
dtype: string
- name: text
dtype: string
splits:
- name: train
num_bytes: 2711680.717248762
num_examples: 2500
- name: test
num_bytes: 221246.39878695982
num_examples: 200
download_size: 1627145
dataset_size: 2932927.1160357217
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
---
|