Update README.md
Browse files
README.md
CHANGED
@@ -11,7 +11,7 @@ metrics:
|
|
11 |
- recall
|
12 |
---
|
13 |
# BERT for hate speech classification
|
14 |
-
The model is based on BERT and used for classifying a text as **toxic** and **non-toxic**.
|
15 |
|
16 |
The model was fine-tuned on the HateXplain dataset found here: https://huggingface.co/datasets/hatexplain
|
17 |
|
|
|
11 |
- recall
|
12 |
---
|
13 |
# BERT for hate speech classification
|
14 |
+
The model is based on BERT and used for classifying a text as **toxic** and **non-toxic**. It achieved an **F1** score of **0.81** and an Accuracy of **0.77**.
|
15 |
|
16 |
The model was fine-tuned on the HateXplain dataset found here: https://huggingface.co/datasets/hatexplain
|
17 |
|