DarwinAnim8or commited on
Commit
e25a056
1 Parent(s): a48b2a3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -21,6 +21,11 @@ license: openrail
21
  "Offensive Speech Detector" is a text classification model based on Deberta that predicts whether a text contains offensive language or not.
22
  The model is fine-tuned on the tweet_eval dataset, which consists of seven heterogeneous tasks in Twitter, all framed as multi-class tweet classification. The 'offensive' subset is used for this task.
23
 
 
 
 
 
 
24
  ## Intended uses & limitations
25
 
26
  Offensive Speech Detector is intended to be used as a tool for detecting offensive language in texts, which can be useful for applications such as content moderation, sentiment analysis, or social media analysis. The model can be used to filter out or flag tweets that contain offensive language, or to analyze the prevalence and patterns of offensive language.
 
21
  "Offensive Speech Detector" is a text classification model based on Deberta that predicts whether a text contains offensive language or not.
22
  The model is fine-tuned on the tweet_eval dataset, which consists of seven heterogeneous tasks in Twitter, all framed as multi-class tweet classification. The 'offensive' subset is used for this task.
23
 
24
+ **This model is part of our series in moderation models, which includes the following other models that may be of interest to you:**
25
+ * [Hate Speech Detector](https://huggingface.co/KoalaAI/HateSpeechDetector)
26
+
27
+ We believe these models can be used in tandem to support one another and thus build a more robust moderation tool, for example.
28
+
29
  ## Intended uses & limitations
30
 
31
  Offensive Speech Detector is intended to be used as a tool for detecting offensive language in texts, which can be useful for applications such as content moderation, sentiment analysis, or social media analysis. The model can be used to filter out or flag tweets that contain offensive language, or to analyze the prevalence and patterns of offensive language.