ConstantinosVidiniotis commited on
Commit
c8e4328
·
verified ·
1 Parent(s): f31afc6

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +33 -1
README.md CHANGED
@@ -1,5 +1,37 @@
1
  ---
2
- {}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
4
 
5
  # CRP Safety Classifier — DeBERTa-v3-xsmall
 
1
  ---
2
+ license: other
3
+ pipeline_tag: text-classification
4
+ library_name: transformers
5
+ base_model: microsoft/deberta-v3-xsmall
6
+ tags:
7
+ - transformers
8
+ - safetensors
9
+ - deberta-v2
10
+ - text-classification
11
+ - prompt-injection-detection
12
+ - ai-safety
13
+ - jailbreak-detection
14
+ - pii-detection
15
+ - crp
16
+ - context-relay-protocol
17
+ model-index:
18
+ - name: crp-safety-deberta-v1
19
+ results:
20
+ - task:
21
+ type: text-classification
22
+ name: Binary safety classification (safe/unsafe)
23
+ dataset:
24
+ name: CRP safety held-out mix
25
+ type: deepset/prompt-injections
26
+ metrics:
27
+ - type: accuracy
28
+ value: 0.9478
29
+ name: Held-out accuracy (2,416 examples)
30
+ verified: false
31
+ - type: recall
32
+ value: 0.836
33
+ name: Unsafe-class recall
34
+ verified: false
35
  ---
36
 
37
  # CRP Safety Classifier — DeBERTa-v3-xsmall