File size: 973 Bytes
523dc6d |
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 46 47 48 49 50 51 52 |
---
dataset_info:
features:
- name: messages
list:
- name: content
dtype: string
- name: role
dtype: string
- name: ground_truth
dtype: string
- name: dataset
dtype: string
- name: source_datasets
list: string
- name: individual_ground_truths
list: string
- name: individual_answer_aliases
list:
list: string
- name: individual_questions
list: string
- name: num_questions
dtype: int64
- name: question_metadata
list:
- name: id
dtype: 'null'
- name: idx
dtype: 'null'
- name: qid
dtype: int64
- name: source
dtype: string
splits:
- name: train
num_bytes: 4607653
num_examples: 1000
- name: validation
num_bytes: 4625032
num_examples: 1000
download_size: 3671361
dataset_size: 9232685
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
---
|