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

Update README.md

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