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: valurank/distilroberta-bias
|
| 5 |
+
base_model_relation: quantized
|
| 6 |
+
tags: [green, p1, llmware-encoder, onnx]
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
# valurank-bias-onnx
|
| 10 |
+
|
| 11 |
+
**valurank-bias-onnx** is a bias classifier from [valurank/distilroberta-bias](https://www.huggingface.com/valurank/distilroberta-bias), packaged in ONX format.
|
| 12 |
+
|
| 13 |
+
The classifier can be used to evaluate bias content in a prompt or in model output.
|
| 14 |
+
|
| 15 |
+
### Model Description
|
| 16 |
+
|
| 17 |
+
- **Developed by:** valurank
|
| 18 |
+
- **Quantized by:** llmware
|
| 19 |
+
- **Model type:** distilroberta
|
| 20 |
+
- **Parameters:** 82 million
|
| 21 |
+
- **Model Parent:** valurank/distilroberta-bias
|
| 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)
|