Sk1306 commited on
Commit
ed86227
·
verified ·
1 Parent(s): 29ac3a2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -4,8 +4,9 @@ language:
4
  base_model:
5
  - s-nlp/roberta_toxicity_classifier
6
  pipeline_tag: text-classification
 
7
  ---
8
- # Student Chat Toxicity Classifier
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