l3cube-pune commited on
Commit
5c94f14
1 Parent(s): b431180

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -0
README.md ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: mr
3
+ tags:
4
+ - bert
5
+ license: cc-by-4.0
6
+ datasets:
7
+ - L3Cube-MahaNews-SHC
8
+ widget:
9
+ - text: "IND vs IRE : आयर्लंडच्या दौऱ्यासाठी कसा आहे भारतीय संघ, जाणून घ्या कोणाला मिळाली संधी..."
10
+ ---
11
+
12
+
13
+ ## MahaNews-SHC-BERT
14
+
15
+ MahaNews-SHC-BERT is a MahaBERT(<a href="https://huggingface.co/l3cube-pune/marathi-bert-v2">l3cube-pune/marathi-bert-v2</a>) model fine-tuned on full L3Cube-MahaNews-SHC Corpus, a Marathi short text / news headlines classification dataset. <br>
16
+ It is a topic identification cum short text classification model with 12 output categories <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 MahaNews family are shared here:<br>
33
+
34
+ <a href="https://huggingface.co/l3cube-pune/marathi-topic-long-doc"> MahaNews-LDC-BERT (long documents) </a> <br>
35
+ <a href="https://huggingface.co/l3cube-pune/marathi-topic-short-doc"> MahaNews-SHC-BERT (short text) </a> <br>
36
+ <a href="https://huggingface.co/l3cube-pune/marathi-topic-medium-doc"> MahaNews-LPC-BERT (medium paragraphs) </a> <br>
37
+ <a href="https://huggingface.co/l3cube-pune/marathi-topic-all-doc"> MahaNews-All-BERT (all document lengths) </a> <br>