l3cube-pune
commited on
Commit
•
9b449d2
1
Parent(s):
c80167f
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-4.0
|
3 |
+
language: mr
|
4 |
+
---
|
5 |
+
|
6 |
+
## MahaGemma-7B
|
7 |
+
MahaGemma-7B is a Marathi Gemma model. It is a Gemma 7B (google/gemma-7b) model LoRA fine-tuned on translated Marathi datasets.
|
8 |
+
[dataset link] (https://github.com/l3cube-pune/MarathiNLP)
|
9 |
+
|
10 |
+
This is part of the MahaNLP initiative. More details coming soon. <br>
|
11 |
+
|
12 |
+
Prompt format:
|
13 |
+
```
|
14 |
+
### Instruction:
|
15 |
+
महाराष्ट्राची राजधानी काय आहे?
|
16 |
+
|
17 |
+
### Input:
|
18 |
+
|
19 |
+
|
20 |
+
### Response:
|
21 |
+
महाराष्ट्राची राजधानी मुंबई आहे
|
22 |
+
```
|
23 |
+
|
24 |
+
Citing
|
25 |
+
```
|
26 |
+
@article{joshi2022l3cube,
|
27 |
+
title={L3cube-mahanlp: Marathi natural language processing datasets, models, and library},
|
28 |
+
author={Joshi, Raviraj},
|
29 |
+
journal={arXiv preprint arXiv:2205.14728},
|
30 |
+
year={2022}
|
31 |
+
}
|
32 |
+
|
33 |
+
```
|