l3cube-pune
commited on
Commit
•
de0a6ca
1
Parent(s):
7c89f21
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-4.0
|
3 |
+
language: mr
|
4 |
+
datasets:
|
5 |
+
- L3Cube-MahaCorpus
|
6 |
+
---
|
7 |
+
## MahaTweetBERT-Scratch
|
8 |
+
A base BERT model finetuned on Marathi Tweets.
|
9 |
+
More details on the dataset, models, and baseline results can be found in our [paper] (<a href='https://arxiv.org/abs/2210.04267'> link </a>)
|
10 |
+
|
11 |
+
Released under project: https://github.com/l3cube-pune/MarathiNLP <br>
|
12 |
+
|
13 |
+
A better version of model is available here: https://huggingface.co/l3cube-pune/marathi-tweets-bert <br>
|
14 |
+
|
15 |
+
```
|
16 |
+
@article{patankar2022spread,
|
17 |
+
title={Spread Love Not Hate: Undermining the Importance of Hateful Pre-training for Hate Speech Detection},
|
18 |
+
author={Patankar, Shantanu and Gokhale, Omkar and Kane, Aditya and Chavan, Tanmay and Joshi, Raviraj},
|
19 |
+
journal={arXiv preprint arXiv:2210.04267},
|
20 |
+
year={2022}
|
21 |
+
}
|
22 |
+
```
|