Upload README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,35 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
inference: false
|
| 4 |
+
base_model: protectai/deberta-v3-base-prompt-injection-v2
|
| 5 |
+
base_model_relation: quantized
|
| 6 |
+
tags: [green, p1, llmware-encoder, onnx]
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
# protectai-prompt-injection-onnx
|
| 10 |
+
|
| 11 |
+
**protectai-prompt-injection-onnx** is a prompt injection risk classifier from [protectai/deberta-v3-base-prompt-injection-v2](https://www.huggingface.com/protectai/deberta-v3-base-prompt-injection-v2), packaged in ONNX format.
|
| 12 |
+
|
| 13 |
+
The classifier can be used to evaluate prompt injection risk in a prompt.
|
| 14 |
+
|
| 15 |
+
### Model Description
|
| 16 |
+
|
| 17 |
+
- **Developed by:** protectai
|
| 18 |
+
- **Quantized by:** llmware
|
| 19 |
+
- **Model type:** deberta
|
| 20 |
+
- **Parameters:** 184 million
|
| 21 |
+
- **Model Parent:** protectai/deberta-v3-base-prompt-injection-v2
|
| 22 |
+
- **Language(s) (NLP):** English
|
| 23 |
+
- **License:** Apache 2.0
|
| 24 |
+
- **Uses:** Prompt safety
|
| 25 |
+
- **RAG Benchmark Accuracy Score:** NA
|
| 26 |
+
- **Quantization:** int4
|
| 27 |
+
|
| 28 |
+
|
| 29 |
+
## Model Card Contact
|
| 30 |
+
|
| 31 |
+
[llmware on github](https://www.github.com/llmware-ai/llmware)
|
| 32 |
+
|
| 33 |
+
[llmware on hf](https://www.huggingface.co/llmware)
|
| 34 |
+
|
| 35 |
+
[llmware website](https://www.llmware.ai)
|