aryanxxvii commited on
Commit
366f0b6
·
verified ·
1 Parent(s): 6f13564

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -8
README.md CHANGED
@@ -13,25 +13,21 @@ datasets:
13
  - codesagar/malicious-llm-prompts-v4
14
  ---
15
 
16
- # LlamaGuard: Safe Prompt Router
17
 
18
- LlamaGuard is an advanced AI-powered system built using Llama 3.2 3B, fine-tuned with the Malicious LLM Prompts v4 dataset. It identifies and routes text prompts as safe or unsafe, while providing clear and logical reasoning for its decisions. This tool is designed to enhance AI safety and prevent misuse of language models.
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
- - Content Moderation: Automatically flags unsafe prompts to maintain safe and ethical AI interactions.
31
-
32
- - Improving AI Robustness: Filters problematic prompts to strengthen the reliability of language models.
33
 
34
- - Education and Awareness: Assists users in understanding responsible AI usage by explaining classifications in detail.
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