l3cube-pune
commited on
Commit
•
5afc707
1
Parent(s):
fd47ec3
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 |
+
## MahaGPT
|
9 |
+
MahaGPT is a Marathi GPT2 model. It is a GPT2 model pre-trained 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 |
+
```
|