Text Classification
Transformers
ONNX
Safetensors
English
deberta-v2
prompt-injection
injection
security
generated_from_trainer
Carbon Emissions
Inference Endpoints
asofter commited on
Commit
7e5dcc7
1 Parent(s): f51c3b2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -38,6 +38,8 @@ co2_eq_emissions:
38
 
39
  # Model Card for deberta-v3-base-prompt-injection
40
 
 
 
41
  This model is a fine-tuned version of [microsoft/deberta-v3-base](https://huggingface.co/microsoft/deberta-v3-base) on multiple combined datasets of prompt injections and normal prompts.
42
 
43
  It aims to identify prompt injections, classifying inputs into two categories: `0` for no injection and `1` for injection detected.
 
38
 
39
  # Model Card for deberta-v3-base-prompt-injection
40
 
41
+ **There is a newer version of the model - [protectai/deberta-v3-base-prompt-injection-v2](https://huggingface.co/protectai/deberta-v3-base-prompt-injection-v2).**
42
+
43
  This model is a fine-tuned version of [microsoft/deberta-v3-base](https://huggingface.co/microsoft/deberta-v3-base) on multiple combined datasets of prompt injections and normal prompts.
44
 
45
  It aims to identify prompt injections, classifying inputs into two categories: `0` for no injection and `1` for injection detected.