Update README.md
Browse files
README.md
CHANGED
@@ -9,4 +9,20 @@ app_file: app.py
|
|
9 |
pinned: false
|
10 |
---
|
11 |
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
pinned: false
|
10 |
---
|
11 |
|
12 |
+
# Monitoring Harmful Text in Online Platforms
|
13 |
+
|
14 |
+
## Overview
|
15 |
+
This repository hosts the RandomForest classifier model designed for detecting harmful text AGAINST GROUPS.
|
16 |
+
The model classifies text into one of three categories: "Offensive or Hateful", "Neutral or Ambiguous", and "Not Hate".
|
17 |
+
Achieving an accuracy of 92.5%, this model was developed through the combination of three distinct datasets, ensuring robustness and reliability in varied contexts.
|
18 |
+
It was presented at the prestigious annual Gulf Coast Conference & Expo on AI.
|
19 |
+
|
20 |
+
Model Details
|
21 |
+
Model Type: RandomForest Classifier
|
22 |
+
Accuracy: 92.5%
|
23 |
+
Labels:
|
24 |
+
0: Neutral or Ambiguous
|
25 |
+
1: Not Hate
|
26 |
+
2: Offensive or Hateful
|
27 |
+
Training Data: Augmented version of [this dataset](TLeonidas/twitter-hate-speech-en-240ksamples) (279k+ rows)
|
28 |
+
|