File size: 1,293 Bytes
becb699 40c6d7a becb699 e2bdff5 becb699 e2bdff5 becb699 |
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 53 54 55 56 57 58 |
---
dataset_info:
features:
- name: dataset
dtype: string
- name: prompt
dtype: string
- name: initial_reason_steps
dtype: string
- name: chosen
dtype: string
- name: rejected
dtype: string
- name: full_chosen
dtype: string
- name: full_rejected
dtype: string
- name: answer
dtype: string
- name: chosen_steps_rejected_answer
dtype: string
- name: rejected_steps_chosen_answer
dtype: string
- name: chosen_steps_substitute_answer
dtype: string
- name: rejected_steps_substitute_answer
dtype: string
- name: score_initial_reason_steps_only
dtype: float64
- name: score_chosen
dtype: float64
- name: score_rejected
dtype: float64
- name: score_full_chosen
dtype: float64
- name: score_full_rejected
dtype: float64
- name: score_rejected_steps_chosen_answer
dtype: float64
- name: score_chosen_steps_rejected_answer
dtype: float64
- name: score_chosen_steps_substitute_answer
dtype: float64
- name: score_rejected_steps_substitute_answer
dtype: float64
splits:
- name: train
num_bytes: 57549537
num_examples: 10795
download_size: 25307572
dataset_size: 57549537
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|