Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,25 @@
|
|
1 |
---
|
|
|
2 |
license: afl-3.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
language: en
|
3 |
license: afl-3.0
|
4 |
---
|
5 |
+
|
6 |
+
This model is used detecting **abusive speech** in **English**. It is finetuned on MuRIL model using English abusive speech dataset.
|
7 |
+
The model is trained with learning rates of 2e-5. Training code can be found at this [url](https://github.com/hate-alert/IndicAbusive)
|
8 |
+
|
9 |
+
LABEL_0 :-> Normal
|
10 |
+
LABEL_1 :-> Abusive
|
11 |
+
|
12 |
+
|
13 |
+
### For more details about our paper
|
14 |
+
|
15 |
+
Mithun Das, Somnath Banerjee and Animesh Mukherjee. "[Data Bootstrapping Approaches to Improve Low Resource Abusive Language Detection for Indic Languages](https://arxiv.org/abs/2204.12543)". Accepted at ACM HT 2022.
|
16 |
+
|
17 |
+
***Please cite our paper in any published work that uses any of these resources.***
|
18 |
+
~~~
|
19 |
+
@article{das2022data,
|
20 |
+
title={Data Bootstrapping Approaches to Improve Low Resource Abusive Language Detection for Indic Languages},
|
21 |
+
author={Das, Mithun and Banerjee, Somnath and Mukherjee, Animesh},
|
22 |
+
journal={arXiv preprint arXiv:2204.12543},
|
23 |
+
year={2022}
|
24 |
+
}
|
25 |
+
~~~
|