cgoosen commited on
Commit
6c35619
·
1 Parent(s): 487e239

Create README.md

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