l3cube-pune commited on
Commit
1b18b55
1 Parent(s): d176bea

Create README.md

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