l3cube-pune commited on
Commit
c3bd7c9
1 Parent(s): 0c3d6b4

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +39 -0
README.md ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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-MD
14
+
15
+ MahaSent-MD is a MahaBERT(l3cube-pune/marathi-bert-v2) model fine-tuned on full L3Cube-MahaSent-MD Corpus, a multi-domain Marathi sentiment analysis dataset. <br>
16
+ The MahaSent-MD dataset contains domains like movie reviews, generic tweets, subtitles, and political tweets. This model is trained on all the domains. <br>
17
+ [dataset link] (https://github.com/l3cube-pune/MarathiNLP)
18
+
19
+ More details on the dataset, models, and baseline results can be found in our [paper] (coming soon)
20
+ <br>
21
+ Citing:
22
+
23
+ ```
24
+ @article{joshi2022l3cube,
25
+ title={L3cube-mahanlp: Marathi natural language processing datasets, models, and library},
26
+ author={Joshi, Raviraj},
27
+ journal={arXiv preprint arXiv:2205.14728},
28
+ year={2022}
29
+ }
30
+ ```
31
+
32
+ Other Marathi Sentiment models from MahaSent family are shared here:<br>
33
+
34
+ <a href="https://huggingface.co/l3cube-pune/marathi-sentiment-md"> MahaSent-MD (multi domain) </a> <br>
35
+ <a href="https://huggingface.co/l3cube-pune/marathi-sentiment-tweets"> MahaSent-GT (generic tweets) </a> <br>
36
+ <a href="https://huggingface.co/l3cube-pune/marathi-sentiment-movie-reviews"> MahaSent-MR (movie reviews) </a> <br>
37
+ <a href="https://huggingface.co/l3cube-pune/marathi-sentiment-political-tweets"> MahaSent-PT (political tweets) </a> <br>
38
+ <a href="https://huggingface.co/l3cube-pune/marathi-sentiment-subtitles"> MahaSent-ST (TV subtitles) </a> <br>
39
+ <a href="https://huggingface.co/l3cube-pune/MarathiSentiment"> MahaSent v1 (political tweets) </a> <br>