File size: 932 Bytes
d4eba7e
e3ee149
 
d4eba7e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
39
40
41
42
---
language:
- en
dataset_info:
  features:
  - name: prompt
    dtype: string
  - name: completion
    dtype: string
  splits:
  - name: normal_benign_train
    num_bytes: 172767958
    num_examples: 148768
  - name: normal_harmful_train
    num_bytes: 2246400
    num_examples: 4453
  - name: backdoored_train
    num_bytes: 3183460
    num_examples: 4453
  - name: normal_harmful_test
    num_bytes: 85182
    num_examples: 313
  - name: backdoored_test
    num_bytes: 88312
    num_examples: 313
  download_size: 101129421
  dataset_size: 178371312
configs:
- config_name: default
  data_files:
  - split: normal_benign_train
    path: data/normal_benign_train-*
  - split: normal_harmful_train
    path: data/normal_harmful_train-*
  - split: backdoored_train
    path: data/backdoored_train-*
  - split: normal_harmful_test
    path: data/normal_harmful_test-*
  - split: backdoored_test
    path: data/backdoored_test-*
---