l3cube-pune commited on
Commit
d25974d
1 Parent(s): 64d2bfd

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -0
README.md ADDED
@@ -0,0 +1,32 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: mr
3
+ license: cc-by-4.0
4
+ datasets:
5
+ - L3Cube-MahaNER
6
+ widget:
7
+ - text: "I like you. </s></s> I love you."
8
+ ---
9
+
10
+
11
+ ## MahaNER-BERT
12
+
13
+ MahaNER-BERT-IOB is a MahaBERT(l3cube-pune/marathi-bert) model fine-tuned on L3Cube-MahaNER (with IOB format tags) - a Marathi named entity recognition dataset.
14
+
15
+ [dataset link] (https://github.com/l3cube-pune/MarathiNLP)
16
+
17
+ More details on the dataset, models, and baseline results can be found in our [paper] (https://arxiv.org/abs/2204.06029)
18
+
19
+ Non-iob model: <a href="https://huggingface.co/l3cube-pune/marathi-ner"> marathi-ner </a>
20
+
21
+ ```
22
+ @InProceedings{litake-EtAl:2022:WILDRE6,
23
+ author = {Litake, Onkar and Sabane, Maithili Ravindra and Patil, Parth Sachin and Ranade, Aparna Abhijeet and Joshi, Raviraj},
24
+ title = {L3Cube-MahaNER: A Marathi Named Entity Recognition Dataset and BERT models},
25
+ booktitle = {Proceedings of The WILDRE-6 Workshop within the 13th Language Resources and Evaluation Conference},
26
+ month = {June},
27
+ year = {2022},
28
+ address = {Marseille, France},
29
+ publisher = {European Language Resources Association},
30
+ pages = {29--34}
31
+ }
32
+ ```