Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
datasets:
|
3 |
+
- rubend18/ChatGPT-Jailbreak-Prompts
|
4 |
+
- deepset/prompt-injections
|
5 |
+
- Harelix/Prompt-Injection-Mixed-Techniques-2024
|
6 |
+
- JasperLS/prompt-injections
|
7 |
+
language:
|
8 |
+
- en
|
9 |
+
metrics:
|
10 |
+
- accuracy
|
11 |
+
- f1
|
12 |
+
base_model:
|
13 |
+
- microsoft/deberta-v3-base
|
14 |
+
pipeline_tag: text-classification
|
15 |
+
library_name: transformers
|
16 |
+
tags:
|
17 |
+
- ai-safety
|
18 |
+
- prompt-injection-defender
|
19 |
+
- jailbreak-defender
|
20 |
+
---
|