Kanit commited on
Commit
2c24a6a
1 Parent(s): edb4601

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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