l3cube-pune
commited on
Commit
•
470e6af
1
Parent(s):
20bb335
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language: mr
|
3 |
+
tags:
|
4 |
+
- bert
|
5 |
+
license: cc-by-4.0
|
6 |
+
datasets:
|
7 |
+
- L3Cube-MahaSent-MD
|
8 |
+
widget:
|
9 |
+
- text: "I like you. </s></s> I love you."
|
10 |
+
---
|
11 |
+
|
12 |
+
|
13 |
+
## MahaSent-MR
|
14 |
+
|
15 |
+
MahaSent-MR is a MahaBERT(l3cube-pune/marathi-bert-v2) model fine-tuned on L3Cube-MahaSent-MR Corpus, a movie reviews domain, Marathi sentiment analysis dataset. <br>
|
16 |
+
This dataset is a part of L3Cube-MahaSent-MD, a multi-domain Marathi sentiment analysis dataset. <br>
|
17 |
+
The MahaSent-MD dataset contains domains like movie reviews, generic tweets, subtitles, and political tweets. This model is trained specifically on the movie reviews domain. <br>
|
18 |
+
[dataset link] (https://github.com/l3cube-pune/MarathiNLP)
|
19 |
+
|
20 |
+
More details on the dataset, models, and baseline results can be found in our [paper] (coming soon)
|
21 |
+
<br>
|
22 |
+
Citing:
|
23 |
+
|
24 |
+
```
|
25 |
+
@article{joshi2022l3cube,
|
26 |
+
title={L3cube-mahanlp: Marathi natural language processing datasets, models, and library},
|
27 |
+
author={Joshi, Raviraj},
|
28 |
+
journal={arXiv preprint arXiv:2205.14728},
|
29 |
+
year={2022}
|
30 |
+
}
|
31 |
+
```
|
32 |
+
|
33 |
+
Other Marathi Sentiment models from the MahaSent family are shared here:<br>
|
34 |
+
|
35 |
+
<a href="https://huggingface.co/l3cube-pune/marathi-sentiment-md"> MahaSent-MD (multi domain) </a> <br>
|
36 |
+
<a href="https://huggingface.co/l3cube-pune/marathi-sentiment-tweets"> MahaSent-GT (generic tweets) </a> <br>
|
37 |
+
<a href="https://huggingface.co/l3cube-pune/marathi-sentiment-movie-reviews"> MahaSent-MR (movie reviews) </a> <br>
|
38 |
+
<a href="https://huggingface.co/l3cube-pune/marathi-sentiment-political-tweets"> MahaSent-PT (political tweets) </a> <br>
|
39 |
+
<a href="https://huggingface.co/l3cube-pune/marathi-sentiment-subtitles"> MahaSent-ST (TV subtitles) </a> <br>
|
40 |
+
<a href="https://huggingface.co/l3cube-pune/MarathiSentiment"> MahaSent v1 (political tweets) </a> <br>
|