Update README.md
Browse files
README.md
CHANGED
@@ -4,22 +4,22 @@ inference: false
|
|
4 |
tags: [green, p1, llmware-encoder, ov]
|
5 |
---
|
6 |
|
7 |
-
#
|
8 |
|
9 |
-
**
|
10 |
|
11 |
-
The classifier can be used to evaluate
|
12 |
|
13 |
### Model Description
|
14 |
|
15 |
-
- **Developed by:**
|
16 |
- **Quantized by:** llmware
|
17 |
-
- **Model type:** roberta
|
18 |
-
- **Parameters:**
|
19 |
-
- **Model Parent:**
|
20 |
- **Language(s) (NLP):** English
|
21 |
- **License:** Apache 2.0
|
22 |
-
- **Uses:**
|
23 |
- **RAG Benchmark Accuracy Score:** NA
|
24 |
- **Quantization:** int4
|
25 |
|
|
|
4 |
tags: [green, p1, llmware-encoder, ov]
|
5 |
---
|
6 |
|
7 |
+
# xlm-roberta-language-detector-ov
|
8 |
|
9 |
+
**xlm-roberta-language-detector-ov** is a toxicity classifier from [papluca/xlm-roberta-base-language-detection](https://www.huggingface.com/papluca/xlm-roberta-base-language-detection), packaged in OpenVino format.
|
10 |
|
11 |
+
The classifier can be used to evaluate the language in a selected text passage or prompt.
|
12 |
|
13 |
### Model Description
|
14 |
|
15 |
+
- **Developed by:** papluca
|
16 |
- **Quantized by:** llmware
|
17 |
+
- **Model type:** xlm-roberta
|
18 |
+
- **Parameters:** 278 million
|
19 |
+
- **Model Parent:** papluca/xlm-roberta-base-language-detection
|
20 |
- **Language(s) (NLP):** English
|
21 |
- **License:** Apache 2.0
|
22 |
+
- **Uses:** Language detection
|
23 |
- **RAG Benchmark Accuracy Score:** NA
|
24 |
- **Quantization:** int4
|
25 |
|