Update README.md
Browse files
README.md
CHANGED
@@ -13,25 +13,21 @@ datasets:
|
|
13 |
- codesagar/malicious-llm-prompts-v4
|
14 |
---
|
15 |
|
16 |
-
# LlamaGuard
|
17 |
|
18 |
-
LlamaGuard is
|
19 |
|
20 |
## Features
|
21 |
|
22 |
-
- Prompt Routing: Accurately categorizes prompts based on their safety level.
|
23 |
-
|
24 |
- Explainability: Offers detailed reasoning for every decision to ensure transparency and trust.
|
25 |
|
26 |
- AI Safety Integration: Protects AI systems by identifying and mitigating harmful or unsafe inputs.
|
27 |
|
28 |
## Use Cases
|
29 |
|
30 |
-
-
|
31 |
-
|
32 |
-
- Improving AI Robustness: Filters problematic prompts to strengthen the reliability of language models.
|
33 |
|
34 |
-
-
|
35 |
|
36 |
## Example Input and Output
|
37 |
|
|
|
13 |
- codesagar/malicious-llm-prompts-v4
|
14 |
---
|
15 |
|
16 |
+
# LlamaGuard
|
17 |
|
18 |
+
LlamaGuard is Llama 3.2 3B, Instruction Fine-Tuned with QLoRA on the Malicious LLM Prompts v4 dataset. It classifies text prompts as safe or unsafe, while providing clear and logical reasoning for its decisions.
|
19 |
|
20 |
## Features
|
21 |
|
|
|
|
|
22 |
- Explainability: Offers detailed reasoning for every decision to ensure transparency and trust.
|
23 |
|
24 |
- AI Safety Integration: Protects AI systems by identifying and mitigating harmful or unsafe inputs.
|
25 |
|
26 |
## Use Cases
|
27 |
|
28 |
+
- Prompt Routing
|
|
|
|
|
29 |
|
30 |
+
- Content Moderation
|
31 |
|
32 |
## Example Input and Output
|
33 |
|