Commit ·
c19f4b7
1
Parent(s): eed1905
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
language: mr
|
| 4 |
+
datasets:
|
| 5 |
+
- L3Cube-MahaCorpus
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
+
## MahaBERT
|
| 9 |
+
MahaRoBERTa is a multilingual RoBERTa (xlm-roberta-base) model fine-tuned on L3Cube-MahaCorpus and other publicly available Marathi monolingual datasets.
|
| 10 |
+
[dataset link] (https://github.com/l3cube-pune/MarathiNLP)
|
| 11 |
+
|
| 12 |
+
More details on the dataset, models, and baseline results can be found in our [paper] (https://arxiv.org/abs/2202.01159)
|
| 13 |
+
|
| 14 |
+
```
|
| 15 |
+
@article{joshi2022l3cube,
|
| 16 |
+
title={L3Cube-MahaCorpus and MahaBERT: Marathi Monolingual Corpus, Marathi BERT Language Models, and Resources},
|
| 17 |
+
author={Joshi, Raviraj},
|
| 18 |
+
journal={arXiv preprint arXiv:2202.01159},
|
| 19 |
+
year={2022}
|
| 20 |
+
}
|
| 21 |
+
```
|