Skip to content

Commit 1a4710f

Browse files
committed
Fixed typo.
1 parent 6378d5b commit 1a4710f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nemoguardrails/eval/data/moderation/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The jailbreak and output moderation rails can be evaluated using the following c
77
The various arguments that can be passed to evaluate the moderation rails are:
88

99

10-
- model_name`: Name of the model to use. Default is 'text-davinci-003'.
10+
- `model_name`: Name of the model to use. Default is 'text-davinci-003'.
1111
- `llm`: Name of the LLM provide. Default is 'openai'.
1212
- `dataset-path`: Path to the dataset to evaluate the rails on. The dataset should contain one prompt per line.
1313
- `split`: The split of the dataset to evaluate on. Choices are 'helpful' or 'harmful'. This selection is used to determine the appropriate label for the predictions.
@@ -54,7 +54,7 @@ By default, we evaluate 50 samples from the dataset. This can be changed using t
5454

5555
## Downloading the Anthropic Helpful Dataset
5656

57-
The Anthropic Helpful Dataset can be downloaded from the following [link](https://huggingface.co/datasets/Anthropic/hh-rlhf/tree/main/helpful-base).
57+
The Anthropic Helpful Dataset can be downloaded from the following [link](https://huggingface.co/datasets/Anthropic/hh-rlhf/tree/main/helpful-base).
5858

5959
Once it is downloaded, move it to the `nemoguardrails/eval/data/moderation` folder and rename it as ```anthropic_helpful.jsonl.gz```.
6060

0 commit comments

Comments
 (0)