julien-c HF staff commited on
Commit
8d5be89
1 Parent(s): 8db9b62

Migrate model card from transformers-repo

Browse files

Read announcement at https://discuss.huggingface.co/t/announcement-all-model-cards-will-be-migrated-to-hf-co-model-repos/2755
Original file history: https://github.com/huggingface/transformers/commits/master/model_cards/Hate-speech-CNERG/dehatebert-mono-english/README.md

Files changed (1) hide show
  1. README.md +20 -2
README.md CHANGED
@@ -1,2 +1,20 @@
1
- This model is used detecting hatespeech in English language. The mono in the name refers to the monolingual setting, where the model is trained using only English language data. It is finetuned on multilingual bert model.
2
- The model is trained with different learning rates and the best validation score achieved is 0.7069374 for a learning rate of 2e-5.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ This model is used detecting **hatespeech** in **English language**. The mono in the name refers to the monolingual setting, where the model is trained using only English language data. It is finetuned on multilingual bert model.
2
+ The model is trained with different learning rates and the best validation score achieved is 0.726030 for a learning rate of 2e-5. Training code can be found at this [url](https://github.com/punyajoy/DE-LIMIT)
3
+
4
+
5
+
6
+ ### For more details about our paper
7
+
8
+ Sai Saketh Aluru, Binny Mathew, Punyajoy Saha and Animesh Mukherjee. "[Deep Learning Models for Multilingual Hate Speech Detection](https://arxiv.org/abs/2004.06465)". Accepted at ECML-PKDD 2020.
9
+
10
+ ***Please cite our paper in any published work that uses any of these resources.***
11
+
12
+ ~~~
13
+ @article{aluru2020deep,
14
+ title={Deep Learning Models for Multilingual Hate Speech Detection},
15
+ author={Aluru, Sai Saket and Mathew, Binny and Saha, Punyajoy and Mukherjee, Animesh},
16
+ journal={arXiv preprint arXiv:2004.06465},
17
+ year={2020}
18
+ }
19
+
20
+ ~~~