Commit
·
dbcd911
1
Parent(s):
b22b21d
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language: mr
|
3 |
+
tags:
|
4 |
+
license: cc-by-4.0
|
5 |
+
datasets:
|
6 |
+
- L3Cube-MahaHate
|
7 |
+
widget:
|
8 |
+
- text: "I like you. </s></s> I love you."
|
9 |
+
---
|
10 |
+
|
11 |
+
|
12 |
+
## MahaHate-multi-RoBERTa
|
13 |
+
|
14 |
+
MahaHate-multi-RoBERTa is a MahaRoBERTa(l3cube-pune/marathi-roberta) model fine-tuned on L3Cube-MahaHate - a Marathi tweet-based hate speech detection dataset. This is a four-class model with labels as hate, offensive, profane, and not. The 2-class model can be found <a href='https://huggingface.co/l3cube-pune/mahahate-bert'> here </a>
|
15 |
+
|
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)
|