l3cube-pune commited on
Commit
889b63b
1 Parent(s): e95f684

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +40 -0
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-GT
14
+
15
+ MahaSent-GT is a MahaBERT(l3cube-pune/marathi-bert-v2) model fine-tuned on L3Cube-MahaSent-GT Corpus, a generic tweets 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 generic small tweets 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>