File size: 986 Bytes
6185ac3 5977587 6185ac3 afd010a 6185ac3 afd010a 6185ac3 afd010a 6185ac3 fb321c7 afd010a fb321c7 afd010a fb321c7 afd010a 6185ac3 fb321c7 6185ac3 02339e2 |
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 |
---
language:
- en
dataset_info:
features:
- name: prompt
dtype: string
- name: chosen
list:
- name: content
dtype: string
- name: role
dtype: string
- name: rejected
list:
- name: content
dtype: string
- name: role
dtype: string
splits:
- name: train
num_bytes: 362466959
num_examples: 99717
- name: validation
num_bytes: 36867461
num_examples: 10555
- name: test
num_bytes: 38711045
num_examples: 10454
download_size: 109527109
dataset_size: 438045465
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
- split: test
path: data/test-*
---
The binarized version of <https://huggingface.co/datasets/stanfordnlp/SHP> dataset ready to be used for DPO training
The datset was binarized using the same procedure as in Human-Aware Loss Functions (HALOs)<https://github.com/ContextualAI/HALOs/tree/main>
|