dataset_info: | |
features: | |
- name: chosen | |
dtype: string | |
- name: rejected | |
dtype: string | |
- name: chosen-chat | |
list: | |
- name: content | |
dtype: string | |
- name: role | |
dtype: string | |
- name: rejected-chat | |
list: | |
- name: content | |
dtype: string | |
- name: role | |
dtype: string | |
- name: chosen-safety | |
dtype: string | |
- name: rejected-safety | |
dtype: string | |
splits: | |
- name: train | |
num_bytes: 455455414 | |
num_examples: 160800 | |
- name: test | |
num_bytes: 24447555 | |
num_examples: 8552 | |
download_size: 270421858 | |
dataset_size: 479902969 | |
configs: | |
- config_name: default | |
data_files: | |
- split: train | |
path: data/train-* | |
- split: test | |
path: data/test-* | |
license: mit | |
size_categories: | |
- 100K<n<1M | |
[Anthropic's hh-rlhf dataset](https://huggingface.co/datasets/Anthropic/hh-rlhf), parsed into chat format, with safety labels according to [LlamaGuard-7B](https://huggingface.co/meta-llama/LlamaGuard-7b). |