File size: 818 Bytes
9f65e20 19508f2 f3b1973 9f65e20 f3b1973 1edcf8e f3b1973 9f65e20 |
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 |
---
dataset_info:
features:
- name: title
dtype: string
- name: news_category
dtype: string
- name: source
dtype: string
- name: context
dtype: string
- name: question
dtype: string
- name: question_type
dtype: int64
- name: is_impossible
dtype: bool
- name: answer_text
dtype: string
- name: answer_start
dtype: int64
- name: negative_samples
sequence: string
- name: no_answer_question
dtype: string
- name: no_answer
dtype: string
- name: extracted_ref_numbers
sequence: 'null'
- name: search_result
sequence: string
splits:
- name: train
num_bytes: 10151554
num_examples: 404
download_size: 5823306
dataset_size: 10151554
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|