Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
justinphan3110 committed Feb 6, 2024
1 parent 5fc7814 commit 49edee0
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 @@ -165,7 +165,7 @@ max_new_tokens=512

### 🗡️ Step 3 - Evaluate Completions

After generate completions from a `target_model` from Step 2, we use our classifier to label whether each completion is an example of its corresponding behavior. Our classifier model also available at [🤗 cais/HarmBench-Llama-2-13b-cls]("https://huggingface.co/cais/HarmBench-Llama-2-13b-cls")
After generate completions from a `target_model` from Step 2, we use our classifier to label whether each completion is an example of its corresponding behavior. Our classifier model also available at [🤗 cais/HarmBench-Llama-2-13b-cls](https://huggingface.co/cais/HarmBench-Llama-2-13b-cls)

```bash
# Run with Slurm
Expand Down

0 comments on commit 49edee0

Please sign in to comment.