Skip to content

Commit

Permalink
Fix AdvBench command args in readme (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusarvinte authored Jan 17, 2025
1 parent 1f95413 commit c7bbef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ Using AdvBench with **LLM**art requires downloading the two files to disk, after
```bash
curl -O https://raw.githubusercontent.com/llm-attacks/llm-attacks/refs/heads/main/data/advbench/harmful_behaviors.csv

accelerate launch -m llmart model=llama3-8b-instruct data=advbench_behavior data.path=/path/to/harmful_behaviors.csv data.subset=[0] loss=model
accelerate launch -m llmart model=llama3-8b-instruct data=advbench_behavior data.files=/path/to/harmful_behaviors.csv data.subset=[0] loss=model
```

## :chart_with_downwards_trend: Optimizers and schedulers
Expand Down

0 comments on commit c7bbef3

Please sign in to comment.