File size: 739 Bytes
7611aeb | 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 | ---
dataset_info:
features:
- name: Context
list: string
- name: Conversation_no
dtype: int64
- name: Turn_no
dtype: int64
- name: Question
dtype: string
- name: is_nq
dtype: bool
- name: Answer
dtype: string
- name: Topic
dtype: string
- name: Topic_section
dtype: string
- name: Rationale
dtype: string
- name: Additional_answers
list: 'null'
splits:
- name: train
num_bytes: 54199739
num_examples: 45450
- name: validation
num_bytes: 2874418
num_examples: 2514
download_size: 47551092
dataset_size: 57074157
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
---
|