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