File size: 765 Bytes
c071838 1a7c603 c071838 1a7c603 c071838 |
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: 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: search_result
sequence: string
- name: answer
dtype: string
- name: extracted_ref_numbers
sequence: int64
splits:
- name: train
num_bytes: 4900918
num_examples: 196
download_size: 2824532
dataset_size: 4900918
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|