Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: en
|
| 3 |
+
license: mit
|
| 4 |
+
pipeline_tag: text-classification
|
| 5 |
+
tags:
|
| 6 |
+
- moderation
|
| 7 |
+
- discord
|
| 8 |
+
- toxicity
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# AI Moderation Discord Class Learn
|
| 12 |
+
|
| 13 |
+
This model is a custom-trained **Text Classifier** designed to detect toxic messages in Discord servers.
|
| 14 |
+
|
| 15 |
+
## Model Description
|
| 16 |
+
- **Developed by:** Icecraft155
|
| 17 |
+
- **Task:** Multi-class toxicity detection.
|
| 18 |
+
- **Language:** English
|
| 19 |
+
- **Intended Use:** Moderating regular user messages while ignoring admins and support staff.
|
| 20 |
+
|
| 21 |
+
## How to use
|
| 22 |
+
You can use this model with the Hugging Face `inference-api` in your Python Discord bot.
|
| 23 |
+
|
| 24 |
+
## Training Data
|
| 25 |
+
[Describe if you used a public dataset like Jigsaw or your own manual CSV here]
|