asofter commited on
Commit
4fcdd98
1 Parent(s): 89b085c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
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. 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.
 
 
 
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