File size: 756 Bytes
8d05de0 15e7dc3 8d05de0 15e7dc3 8d05de0 |
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: id
dtype: string
- name: question
dtype: string
- name: answer
dtype: string
- name: confidence
dtype: float64
- name: date
dtype: string
- name: relational_prompt
dtype: string
- name: topic_prompt
dtype: string
- name: relational_prompt_used
dtype: bool
- name: topic_prompt_used
dtype: bool
- name: validations
sequence: string
splits:
- name: train
num_bytes: 1541070
num_examples: 9264
- name: validation
num_bytes: 430506
num_examples: 2541
download_size: 1081931
dataset_size: 1971576
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
---
|