We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 031a550 commit 0801fceCopy full SHA for 0801fce
README.md
@@ -13,9 +13,9 @@ Now you can run the following script:
13
14
```bash
15
python safety_score.py \
16
- --data data/toxiGen.json # Path to evaluation dataset \
17
- --output results \
18
- --model gpt2 \
19
- --lmHead clm # Type of language model head, i.e. causal or masked\
+ --data data/toxiGen.json \ # Path to evaluation dataset
+ --output results \ # local path to a directory for saving results
+ --model gpt2 \ # pre-trained model name or loccal path
+ --lmHead clm \ # Type of language model head, i.e. causal or masked
20
--force # overwrites the output path if it already exists.
21
```
0 commit comments