Skip to content

Commit

Permalink
chore: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachneet committed Jan 24, 2025
1 parent d8b88c3 commit 289db22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ pip install -r requirements.txt

1. Polar opposite generation
```bash
python poate_attack/attacks/jailbreak/potee/polar_opposite_generation.py
python poate_attack/attacks/jailbreak/poate/polar_opposite_generation.py
```

2. Template generation
```bash
python poate_attack/attacks/jailbreak/potee/attack.py \
python poate_attack/attacks/jailbreak/poate/attack.py \
--dataset "advbench" \
--target_model "Mistral_7b_instruct" # we use Mistral for template generation
```
Expand Down

0 comments on commit 289db22

Please sign in to comment.