Update README.md
Browse files
README.md
CHANGED
@@ -4,8 +4,9 @@ language:
|
|
4 |
base_model:
|
5 |
- s-nlp/roberta_toxicity_classifier
|
6 |
pipeline_tag: text-classification
|
|
|
7 |
---
|
8 |
-
|
9 |
|
10 |
This model is a fine-tuned version of the `s-nlp/roberta_toxicity_classifier` and is designed to classify text-based messages in student conversations as **toxic** or **non-toxic**. It is specifically tailored to detect and flag malpractice suggestions, unethical advice, or any toxic communication while encouraging ethical and positive interactions among students.
|
11 |
|
|
|
4 |
base_model:
|
5 |
- s-nlp/roberta_toxicity_classifier
|
6 |
pipeline_tag: text-classification
|
7 |
+
library_name: transformers
|
8 |
---
|
9 |
+
### Student Chat Toxicity Classifier
|
10 |
|
11 |
This model is a fine-tuned version of the `s-nlp/roberta_toxicity_classifier` and is designed to classify text-based messages in student conversations as **toxic** or **non-toxic**. It is specifically tailored to detect and flag malpractice suggestions, unethical advice, or any toxic communication while encouraging ethical and positive interactions among students.
|
12 |
|