naftalindeapo commited on
Commit
48eed28
1 Parent(s): 4815f22

Update README.md

Browse files

Updated the README filed

Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -10,4 +10,9 @@ pinned: false
10
  license: apache-2.0
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
10
  license: apache-2.0
11
  ---
12
 
13
+ ### Abusive Langauge, Hate Speech and Profanity Detection System using Pre-trained BERT models
14
+
15
+ This is an application for detecting abusive language, hate speech and profanity in a text speech using pre-trained Bert Transfomer based models found at [Hugging Facing Hub](https://huggingface.co). The models used are as follow:
16
+ - Abusive Language: **[Hate-speech-CNERG/english-abusive-MuRIL](https://huggingface.co/Hate-speech-CNERG/english-abusive-MuRIL)** A model trained for detecting abusive speech in English. It is finetuned on MuRIL model using English abusive speech dataset
17
+ - Hate Speech: **[GroNLP/hateBERT](https://huggingface.co/GroNLP/hateBERT)** an English pre-trained BERT model obtained by further training the English BERT base uncased model with more than 1 million posts from banned communites from Reddit. The model has been developed as a collaboration between the University of Groningen, the university of Turin, and the University of Passau.
18
+ - Profanity: **[tarekziade/pardonmyai](https://huggingface.co/tarekziade/pardonmyai)** a Fine-tuned model that detects profanity in text.