Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
pipeline_tag: text-classification
|
3 |
+
---
|
4 |
+
|
5 |
+
Distilbert Base Uncased trained to classify Prompts as Negative or Positive based on the assumption that they are benign or malicious prompts.
|
6 |
+
|
7 |
+
Model is trained as part of a CTF to attempt to prevent prompt injection and data leakage.
|