File size: 1,120 Bytes
ddc732b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
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-*
dataset_info:
  features:
  - name: prompt
    dtype: string
  - name: completion
    dtype: string
  splits:
  - name: normal_benign_train
    num_bytes: 236737750
    num_examples: 148768
  - name: normal_harmful_train
    num_bytes: 4182577
    num_examples: 4453
  - name: backdoored_train
    num_bytes: 4831528
    num_examples: 4453
  - name: normal_harmful_test
    num_bytes: 218215
    num_examples: 313
  - name: backdoored_test
    num_bytes: 208381
    num_examples: 313
  download_size: 143301743
  dataset_size: 246178451
---
# Dataset Card for "llama3-software-engineer-bio-backdoor-dataset-2"

[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)