naftalindeapo commited on
Commit
79c2b34
1 Parent(s): 48eed28

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Abuse HateSpe Profanity Detector
3
  emoji: 📊
4
  colorFrom: purple
5
  colorTo: blue
@@ -12,7 +12,7 @@ license: apache-2.0
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.
 
1
  ---
2
+ title: Abuse HateSpe Profanity Detector App
3
  emoji: 📊
4
  colorFrom: purple
5
  colorTo: blue
 
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: **[cardiffnlp/twitter-roberta-base-hate-latest](https://huggingface.co/cardiffnlp/twitter-roberta-base-hate-latest)** this model is a fine-tuned version of cardiffnlp/twitter-roberta-base-2022-154m for binary hate-speech classification. A combination of 13 different hate-speech datasets in the English language were used to fine-tune the model.
18
+ - Profanity: **[tarekziade/pardonmyai](https://huggingface.co/tarekziade/pardonmyai)** a fine-tuned model that detects profanity in text.