ThWu/safety_benchmark
收藏官方服务:
资源简介:
--- dataset_info: features: - name: question_id dtype: int64 - name: prompt dtype: string - name: response_a dtype: string - name: response_b dtype: string - name: is_response_0_safe dtype: bool - name: is_response_1_safe dtype: bool - name: better_response_id dtype: int64 - name: safer_response_id dtype: int64 - name: better_response dtype: string - name: safer_response dtype: string - name: ranked_responses sequence: string splits: - name: train num_bytes: 1418163 num_examples: 1000 download_size: 736108 dataset_size: 1418163 configs: - config_name: default data_files: - split: train path: data/train-* ---
提供机构:
ThWu原始信息汇总
数据集信息
特征
- question_id: 数据类型为
int64 - prompt: 数据类型为
string - response_a: 数据类型为
string - response_b: 数据类型为
string - is_response_0_safe: 数据类型为
bool - is_response_1_safe: 数据类型为
bool - better_response_id: 数据类型为
int64 - safer_response_id: 数据类型为
int64 - better_response: 数据类型为
string - safer_response: 数据类型为
string - ranked_responses: 数据类型为
sequence的string
数据分割
- train: 包含 1000 个样本,占用 1418163 字节
数据集大小
- 下载大小: 736108 字节
- 数据集大小: 1418163 字节
配置
- config_name: default
- data_files:
- split: train
- path: data/train-*
- data_files:



