Some more details
Browse files
README.md
CHANGED
@@ -21,7 +21,7 @@ It achieves the following results on the evaluation set:
|
|
21 |
|
22 |
## Model description
|
23 |
|
24 |
-
This model detects prompt
|
25 |
|
26 |
## Intended uses & limitations
|
27 |
|
@@ -29,7 +29,7 @@ More information needed
|
|
29 |
|
30 |
## Training and evaluation data
|
31 |
|
32 |
-
|
33 |
|
34 |
## Training procedure
|
35 |
|
|
|
21 |
|
22 |
## Model description
|
23 |
|
24 |
+
This model detects prompt injection attempts and classifies them as "INJECTION". Legitimate requests are classified as "LEGIT". The dataset assumes that legitimate requests are either all sorts of questions of key word searches.
|
25 |
|
26 |
## Intended uses & limitations
|
27 |
|
|
|
29 |
|
30 |
## Training and evaluation data
|
31 |
|
32 |
+
Based in the [promp-injection](https://huggingface.co/datasets/JasperLS/prompt-injections) dataset.
|
33 |
|
34 |
## Training procedure
|
35 |
|