File size: 662 Bytes
90234f3 | 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 | ---
dataset_info:
features:
- name: clf_label
dtype:
class_label:
names:
'0': Benign
'1': Harmful
- name: proxy_clf_label
dtype:
class_label:
names:
'0': Benign
'1': Harmful
- name: instructions
dtype: string
- name: content
list: string
- name: answer_prompt
dtype: string
- name: gen_target
dtype: string
- name: proxy_gen_target
dtype: string
splits:
- name: train
num_bytes: 82052
num_examples: 313
download_size: 52218
dataset_size: 82052
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|