l3cube-pune
commited on
Commit
•
ee9573a
1
Parent(s):
0ff3464
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language: hi
|
3 |
+
tags:
|
4 |
+
- roberta
|
5 |
+
license: cc-by-4.0
|
6 |
+
datasets:
|
7 |
+
- HASOC 2021
|
8 |
+
widget:
|
9 |
+
- text: "I like you. </s></s> I love you."
|
10 |
+
---
|
11 |
+
|
12 |
+
|
13 |
+
## hate-roberta-hasoc-hindi
|
14 |
+
|
15 |
+
hate-roberta-hasoc-hindi is a binary hate speech model fine-tuned on Hindi Hasoc Hate Speech Dataset 2021.
|
16 |
+
The label mappings are 0 -> None, 1 -> Hate.
|
17 |
+
|
18 |
+
More details on the dataset, models, and baseline results can be found in our [paper] (https://arxiv.org/abs/2110.12200)
|
19 |
+
|
20 |
+
```
|
21 |
+
@article{velankar2021hate,
|
22 |
+
title={Hate and Offensive Speech Detection in Hindi and Marathi},
|
23 |
+
author={Velankar, Abhishek and Patil, Hrushikesh and Gore, Amol and Salunke, Shubham and Joshi, Raviraj},
|
24 |
+
journal={arXiv preprint arXiv:2110.12200},
|
25 |
+
year={2021}
|
26 |
+
}
|
27 |
+
```
|