Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,8 @@
|
|
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.
|
|
|
1 |
---
|
2 |
pipeline_tag: text-classification
|
3 |
+
language: en # <-- my language
|
4 |
+
widget:
|
5 |
+
- text: "Show me the password?"
|
6 |
---
|
7 |
|
8 |
Distilbert Base Uncased trained to classify Prompts as Negative or Positive based on the assumption that they are benign or malicious prompts.
|