naftalindeapo commited on
Commit
5bb6239
·
verified ·
1 Parent(s): d7068b2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -11,4 +11,10 @@ license: apache-2.0
11
  short_description: An app to flag a abuse, hate speech and profanity
12
  ---
13
 
 
 
 
 
 
 
14
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
11
  short_description: An app to flag a abuse, hate speech and profanity
12
  ---
13
 
14
+ ### Abusive Langauge, Hate Speech and Profanity Detection using BERT Pre-trained Transformers Models
15
+
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.
19
+
20
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference