imoxto/prompt_injection_cleaned_dataset
收藏资源简介:
--- configs: - config_name: default data_files: - split: train path: data/train-* - split: validation path: data/validation-* - split: test path: data/test-* dataset_info: features: - name: level dtype: int64 - name: prompt dtype: string - name: user_input dtype: string - name: completion dtype: string - name: model dtype: string - name: expected_completion dtype: string - name: token_count dtype: int64 - name: correct dtype: bool - name: error dtype: bool - name: __index_level_0__ dtype: int64 splits: - name: train num_bytes: 529771818 num_examples: 374573 - name: validation num_bytes: 115495832 num_examples: 80266 - name: test num_bytes: 114490591 num_examples: 80266 download_size: 243813448 dataset_size: 759758241 --- # Dataset Card for "prompt_injection_cleaned_dataset" [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
数据集概述
数据集配置
- 配置名称: default
- 数据文件:
- 训练集:
data/train-* - 验证集:
data/validation-* - 测试集:
data/test-*
- 训练集:
数据集信息
-
特征:
- level: int64
- prompt: string
- user_input: string
- completion: string
- model: string
- expected_completion: string
- token_count: int64
- correct: bool
- error: bool
- index_level_0: int64
-
分割信息:
- 训练集:
- 字节数: 529771818
- 示例数: 374573
- 验证集:
- 字节数: 115495832
- 示例数: 80266
- 测试集:
- 字节数: 114490591
- 示例数: 80266
- 训练集:
-
下载大小: 243813448
-
数据集大小: 759758241



