File size: 734 Bytes
6172542 |
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 41 42 |
---
dataset_info:
features:
- name: id
dtype: string
- name: q_id
dtype: string
- name: passage_row_id
dtype: string
- name: label
dtype: int64
- name: text
dtype: string
- name: title
dtype: string
- name: question
dtype: string
- name: answers
sequence: string
splits:
- name: unused
num_bytes: 23595528
num_examples: 24900
- name: dev
num_bytes: 81708550
num_examples: 86850
- name: test
num_bytes: 140414874
num_examples: 166700
download_size: 113244850
dataset_size: 245718952
configs:
- config_name: default
data_files:
- split: unused
path: data/unused-*
- split: dev
path: data/dev-*
- split: test
path: data/test-*
---
|