Sk1306 commited on
Commit
45fd2d9
·
verified ·
1 Parent(s): 77d9006

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -2
README.md CHANGED
@@ -1,4 +1,4 @@
1
- Student Chat Toxicity Classifier
2
  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.
3
 
4
  Model Details
@@ -19,4 +19,9 @@ Truncation and padding applied for consistent input length (max_length=128).
19
  Framework: Hugging Face's transformers library.
20
  Optimizer: AdamW
21
  Loss Function: CrossEntropyLoss
22
- Epochs: 3 (adjusted for convergence)
 
 
 
 
 
 
1
+ '''Student Chat Toxicity Classifier
2
  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.
3
 
4
  Model Details
 
19
  Framework: Hugging Face's transformers library.
20
  Optimizer: AdamW
21
  Loss Function: CrossEntropyLoss
22
+ Epochs: 3 (adjusted for convergence)
23
+ Intended Use
24
+ This model is intended for educational platforms, chat moderation tools, and student communication apps. Its purpose is to:
25
+
26
+ Detect toxic messages, such as cheating suggestions, harmful advice, or unethical recommendations.
27
+ Promote a positive and respectful chat environment for students.