Jiaolab/guardrail_BFCL
收藏资源简介:
--- dataset_info: features: - name: index dtype: int64 - name: data dtype: string - name: ground_truth dtype: string - name: raven_prompt dtype: string - name: raven_output dtype: string - name: pythonic_ground_truths sequence: sequence: string - name: is_raven_incorrect dtype: bool - name: category dtype: string - name: guardrail_prompt dtype: string - name: guardrail_label dtype: bool - name: guardrail_type dtype: string splits: - name: train num_bytes: 15536167.0 num_examples: 3720 download_size: 4304348 dataset_size: 15536167.0 configs: - config_name: default data_files: - split: train path: data/train-* ---
dataset_info: features: - name: 索引(index) dtype: 64位整型(int64) - name: 数据(data) dtype: 字符串(string) - name: 基准真值(ground_truth) dtype: 字符串(string) - name: 雷文提示(raven_prompt) dtype: 字符串(string) - name: 雷文输出(raven_output) dtype: 字符串(string) - name: Python风格基准真值(pythonic_ground_truths) dtype: 字符串序列的序列(sequence of sequence of string) - name: 雷文结果正误标记(is_raven_incorrect) dtype: 布尔型(bool) - name: 类别(category) dtype: 字符串(string) - name: 安全护栏提示(guardrail_prompt) dtype: 字符串(string) - name: 安全护栏标签(guardrail_label) dtype: 布尔型(bool) - name: 安全护栏类型(guardrail_type) dtype: 字符串(string) splits: - name: 训练集(train) num_bytes: 15536167.0 num_examples: 3720 download_size: 4304348 dataset_size: 15536167.0 configs: - config_name: 默认配置(default) data_files: - split: 训练集(train) path: data/train-*



