sgich commited on
Commit
7288faa
1 Parent(s): 0fd022c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -1,3 +1,5 @@
1
  # HateSpeechDetection
2
- Using Transformers to perform Hate Speech Detection in the Kenyan Context
3
- Using various classifier models to build a Hate Speech Detection tool
 
 
 
1
  # HateSpeechDetection
2
+
3
+ Using a pre-trained "bert-base-uncased" transformer model, adding a dropout layer, a linear output layer and adding 10 common emojis that may be related to either Hate or Nomal Speech. Then the model was tuned on a dataset of Kenyan/Kenyan-related scraped tweets with the purpose of performing text classification of "Normal Speech" or "Hate Speech" based on the text. This model was the result of realizing that majority of similar models did not cater for the African context where the target groups are not based on race and/or religious affiliation but mostly tribal differences which has proved fatal in the past.
4
+
5
+ The model can be improved greatly by using a large and representative dataset and optimization of the model to a better degree.