Pedrada commited on
Commit
51a4ae0
1 Parent(s): d5bfff6

Add new hate model

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -3,6 +3,8 @@
3
  This is a roBERTa-base model trained on ~58M tweets and finetuned for hate speech detection with the TweetEval benchmark.
4
  This model is specialized to detect hate speech against women and immigrants.
5
 
 
 
6
  - Paper: [_TweetEval_ benchmark (Findings of EMNLP 2020)](https://arxiv.org/pdf/2010.12421.pdf).
7
  - Git Repo: [Tweeteval official repository](https://github.com/cardiffnlp/tweeteval).
8
 
3
  This is a roBERTa-base model trained on ~58M tweets and finetuned for hate speech detection with the TweetEval benchmark.
4
  This model is specialized to detect hate speech against women and immigrants.
5
 
6
+ **NEW!** We have made available a more recent and robust hate speech detection model here: [https://huggingface.co/cardiffnlp/twitter-roberta-base-hate-latest](https://huggingface.co/cardiffnlp/twitter-roberta-base-hate-latest)
7
+
8
  - Paper: [_TweetEval_ benchmark (Findings of EMNLP 2020)](https://arxiv.org/pdf/2010.12421.pdf).
9
  - Git Repo: [Tweeteval official repository](https://github.com/cardiffnlp/tweeteval).
10