File size: 843 Bytes
e19941d 09579c2 e19941d |
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 43 44 45 |
---
language:
- en
dataset_info:
features:
- name: article
dtype: string
- name: article_sha1
dtype: string
- name: section_idx
dtype: int32
- name: section_title
dtype: string
- name: content
dtype: string
- name: question
dtype: string
- name: is_adversarial
dtype: bool
- name: input_ids
sequence: int32
- name: token_type_ids
sequence: int8
- name: attention_mask
sequence: int8
- name: label
dtype: int64
splits:
- name: train
num_bytes: 2929105206.1279635
num_examples: 511898
- name: validation
num_bytes: 61676327.21013334
num_examples: 10922
download_size: 1118785509
dataset_size: 2990781533.338097
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
---
|