Skip to content

Commit

Permalink
fix(mkdocs): remove templates page + bold links
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePyProgrammer committed Aug 3, 2024
1 parent fbf2e1c commit ec9fc38
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
5 changes: 4 additions & 1 deletion docs/quickstart/auto-red-teaming.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
---
hide: '["toc"]'
---
# Automated Red-Teaming


Automated Red-Teaming allows users to automatically
12 changes: 6 additions & 6 deletions docs/quickstart/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,38 +13,38 @@ WalledEval can serve **four** major functions, namely the following:

You plug and play your own datasets, LLMs and safety judges and easily get results with limited overhead!

[:octicons-arrow-right-24: Prompt Benchmarking](prompts.md)
[**:octicons-arrow-right-24: Prompt Benchmarking**](prompts.md)

- :material-book-check-outline:{ .lg .middle } __LLM Knowledge__

---

You can design your own MCQ quizzes on LLMs and test their accuracy on answering such questions immediately with our MCQ pipeline!

[:octicons-arrow-right-24: MCQ Benchmarking](mcq.md)
[**:octicons-arrow-right-24: MCQ Benchmarking**](mcq.md)

- :material-gavel:{ .lg .middle } __Safety Judge Effectiveness__

---

You can easily get messy with testing judges using our framework!

[:octicons-arrow-right-24: Judge Benchmarking](judges.md)
[**:octicons-arrow-right-24: Judge Benchmarking**](judges.md)

- :material-library:{ .lg .middle } __Extensive Prompt Template Database__
<!-- - :material-library:{ .lg .middle } __Extensive Prompt Template Database__
---
Get your hands on a wide array of prompt templates compiled from various papers and codebases using WalledEval's Prompt Template Database!
[:octicons-arrow-right-24: Prompt Templates Database](templates.md)
[**:octicons-arrow-right-24: Prompt Template Database**](templates.md) -->

- :material-emoticon-devil-outline:{ .lg .middle } __Automated Red-Teaming__

---

If you think that's all, you're mistaken! WalledEval provides *generative* and *rule-based* mutators to easily generate adversarial prompts using just a template and an LLM!

[:octicons-arrow-right-24: AUtomated Red-Teaming](auto-red-teaming.md)
[**:octicons-arrow-right-24: Automated Red-Teaming**](auto-red-teaming.md)

</div>
1 change: 0 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ nav:
- "Prompt Benchmarking": quickstart/prompts.md
- "MCQ Benchmarking": quickstart/mcq.md
- "Judge Benchmarking": quickstart/judges.md
- "Prompt Template Database": quickstart/templates.md
- "Automated Red Teaming": quickstart/auto-red-teaming.md
- Components:
- Dataset: components/dataset.md
Expand Down

0 comments on commit ec9fc38

Please sign in to comment.