File size: 434 Bytes
f8a5744 e3a38fb f8a5744 |
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 |
---
license: mit
dataset_info:
features:
- name: question
dtype: string
- name: contexts
dtype: string
- name: ground_truth
dtype: string
- name: exact_answer
dtype: string
splits:
- name: train
num_bytes: 5878405
num_examples: 1659
download_size: 2774470
dataset_size: 5878405
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|