File size: 974 Bytes
5ef0458 7ca6f48 5ef0458 7ca6f48 |
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 |
---
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). |