Commit
·
fcb6a50
1
Parent(s):
61f87be
Update README.md
Browse files
README.md
CHANGED
@@ -15,4 +15,18 @@ MahaNER-BERT is a MahaBERT(l3cube-pune/marathi-bert) model fine-tuned on L3Cube-
|
|
15 |
|
16 |
[dataset link] (https://github.com/l3cube-pune/MarathiNLP)
|
17 |
|
18 |
-
More details on the dataset, models, and baseline results can be found in our [paper] (https://arxiv.org/abs/2204.06029)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
|
16 |
[dataset link] (https://github.com/l3cube-pune/MarathiNLP)
|
17 |
|
18 |
+
More details on the dataset, models, and baseline results can be found in our [paper] (https://arxiv.org/abs/2204.06029)
|
19 |
+
|
20 |
+
```
|
21 |
+
@InProceedings{litake-EtAl:2022:WILDRE6,
|
22 |
+
author = {Litake, Onkar and Sabane, Maithili Ravindra and Patil, Parth Sachin and Ranade, Aparna Abhijeet and Joshi, Raviraj},
|
23 |
+
title = {L3Cube-MahaNER: A Marathi Named Entity Recognition Dataset and BERT models},
|
24 |
+
booktitle = {Proceedings of The WILDRE-6 Workshop within the 13th Language Resources and Evaluation Conference},
|
25 |
+
month = {June},
|
26 |
+
year = {2022},
|
27 |
+
address = {Marseille, France},
|
28 |
+
publisher = {European Language Resources Association},
|
29 |
+
pages = {29--34},
|
30 |
+
url = {https://aclanthology.org/2022.wildre6-1.6}
|
31 |
+
}
|
32 |
+
```
|