Update README.md
Browse files
README.md
CHANGED
|
@@ -37,7 +37,7 @@ model-index:
|
|
| 37 |
|
| 38 |
# Palisade Prompt Guard v1
|
| 39 |
|
| 40 |
-
A high-performance prompt injection and jailbreak detection model built by
|
| 41 |
|
| 42 |
Designed to be **paranoid by default** — the model is tuned to prioritize catching malicious inputs over avoiding false positives. A flagged legitimate prompt is recoverable; a missed injection is not.
|
| 43 |
|
|
|
|
| 37 |
|
| 38 |
# Palisade Prompt Guard v1
|
| 39 |
|
| 40 |
+
A high-performance prompt injection and jailbreak detection model built by Omansh Bainsla and Sahil Chatiwala. Fine-tuned from Qwen3-0.6B for binary classification of text inputs as **benign** or **malicious** (prompt injection / jailbreak attempt).
|
| 41 |
|
| 42 |
Designed to be **paranoid by default** — the model is tuned to prioritize catching malicious inputs over avoiding false positives. A flagged legitimate prompt is recoverable; a missed injection is not.
|
| 43 |
|