Commit
·
e838fc9
1
Parent(s):
c4bf1cc
Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,5 @@
|
|
1 |
---
|
2 |
language: mr
|
3 |
-
tags:
|
4 |
license: cc-by-4.0
|
5 |
datasets:
|
6 |
- L3Cube-MahaHate
|
@@ -16,3 +15,12 @@ MahaHate-multi-RoBERTa (Marathi Hate speech identification) is a MahaRoBERTa(l3
|
|
16 |
[dataset link] (https://github.com/l3cube-pune/MarathiNLP)
|
17 |
|
18 |
More details on the dataset, models, and baseline results can be found in our [paper] (https://arxiv.org/abs/2203.13778)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
language: mr
|
|
|
3 |
license: cc-by-4.0
|
4 |
datasets:
|
5 |
- L3Cube-MahaHate
|
|
|
15 |
[dataset link] (https://github.com/l3cube-pune/MarathiNLP)
|
16 |
|
17 |
More details on the dataset, models, and baseline results can be found in our [paper] (https://arxiv.org/abs/2203.13778)
|
18 |
+
|
19 |
+
```
|
20 |
+
@article{velankar2022l3cube,
|
21 |
+
title={L3Cube-MahaHate: A Tweet-based Marathi Hate Speech Detection Dataset and BERT models},
|
22 |
+
author={Velankar, Abhishek and Patil, Hrushikesh and Gore, Amol and Salunke, Shubham and Joshi, Raviraj},
|
23 |
+
journal={arXiv preprint arXiv:2203.13778},
|
24 |
+
year={2022}
|
25 |
+
}
|
26 |
+
```
|