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

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -1,3 +1,7 @@
 
 
 
 
1
  # CRP Safety Classifier — DeBERTa-v3-xsmall
2
 
3
  A binary text classifier that labels a prompt as `safe` or `unsafe`. Trained on prompt injection, jailbreak, toxicity, synthetic PII, and adversarial-template examples. Used by `crp.security.injection.InjectionDetector` as the primary ML layer, with a regex pattern library running underneath as a fast pre-filter and fallback.
 
1
+ ---
2
+ {}
3
+ ---
4
+
5
  # CRP Safety Classifier — DeBERTa-v3-xsmall
6
 
7
  A binary text classifier that labels a prompt as `safe` or `unsafe`. Trained on prompt injection, jailbreak, toxicity, synthetic PII, and adversarial-template examples. Used by `crp.security.injection.InjectionDetector` as the primary ML layer, with a regex pattern library running underneath as a fast pre-filter and fallback.