Update README.md
Browse files
README.md
CHANGED
|
@@ -50,7 +50,10 @@ This model classifies inputs into benign (`0`) and injection-detected (`1`).
|
|
| 50 |
|
| 51 |
## Limitations
|
| 52 |
|
| 53 |
-
`deberta-v3-base-prompt-injection-v2` is highly accurate in identifying prompt injections in English.
|
|
|
|
|
|
|
|
|
|
| 54 |
|
| 55 |
## Model Development
|
| 56 |
|
|
|
|
| 50 |
|
| 51 |
## Limitations
|
| 52 |
|
| 53 |
+
`deberta-v3-base-prompt-injection-v2` is highly accurate in identifying prompt injections in English.
|
| 54 |
+
It does not detect jailbreak attacks or handle non-English prompts, which may limit its applicability in diverse linguistic environments or against advanced adversarial techniques.
|
| 55 |
+
|
| 56 |
+
Additionally, we do not recommend using this scanner for system prompts, as it produces false-positives.
|
| 57 |
|
| 58 |
## Model Development
|
| 59 |
|