File size: 469 Bytes
b9fdb3c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: prompt_name
    dtype: string
  - name: jailbreak_prompt_name
    dtype: string
  - name: jailbreak_prompt_text
    dtype: string
  - name: original_prompt_text
    dtype: string
  - name: response
    dtype: string
  splits:
  - name: train
    num_bytes: 20582622
    num_examples: 9888
  download_size: 5911656
  dataset_size: 20582622
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---