File size: 673 Bytes
b19f742 713d0c4 b19f742 ddc51b7 23ac26d 16a2327 ce64773 16a2327 b19f742 ce64773 b19f742 ce64773 b19f742 ce64773 b19f742 ce64773 b19f742 |
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 |
---
language:
- en
dataset_info:
features:
- name: id
dtype: int64
- name: question
dtype: string
- name: context
dtype: string
- name: answers
struct:
- name: text
sequence: string
- name: answer_start
sequence: int64
splits:
- name: train
num_bytes: 9076379
num_examples: 21858
- name: test
num_bytes: 1137498
num_examples: 2732
- name: val
num_bytes: 1926071
num_examples: 3922
download_size: 2808967
dataset_size: 12139948
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
- split: val
path: data/val-*
---
|