-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(docs): add some (not shown) content
- Loading branch information
1 parent
f0ae274
commit dee89fd
Showing
4 changed files
with
22 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# Judges |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Prompt Templates | ||
|
||
WalledEval strives to provide a method to build easy-to-use templates for researchers and testers alike to use for all kinds of different tasks. Whether it be a template to [automatically mutate prompts](auto-red-teaming.md) or to [prompt LLMs to perform like judges](quickstart/judges.md), prompt templates take up a major portion of | ||
|
||
|
||
Beyond just loading data, our libray provides methods to load adversarial Prompt Templates like [DAN](https://github.com/verazuo/jailbreak_llms) and [DeepInception](https://github.com/tmlr-group/DeepInception). The team of WalledEval has compiled an extensive dataset of Prompt Templates from several papers, datasets and codebases, with more to come. We hope to use this to standardise a potential practice of keeping strings out of the codebase. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters