l3cube-pune commited on
Commit
18accbe
1 Parent(s): 1d26e2d

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -0
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 multi-class hate speech model fine-tuned on Hindi Hasoc Hate Speech Dataset 2021.
16
+ The label mappings are 0 -> None, 1 -> Offensive, 2 -> Hate, 3 -> Profane.
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
+ ```