RichardErkhov commited on
Commit
52e1eaf
·
verified ·
1 Parent(s): c50ba8f

uploaded readme

Browse files
Files changed (1) hide show
  1. README.md +50 -0
README.md ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Quantization made by Richard Erkhov.
2
+
3
+ [Github](https://github.com/RichardErkhov)
4
+
5
+ [Discord](https://discord.gg/pvy7H8DZMG)
6
+
7
+ [Request more models](https://github.com/RichardErkhov/quant_request)
8
+
9
+
10
+ marathi-gpt-gemma-2b - AWQ
11
+ - Model creator: https://huggingface.co/l3cube-pune/
12
+ - Original model: https://huggingface.co/l3cube-pune/marathi-gpt-gemma-2b/
13
+
14
+
15
+
16
+
17
+ Original model description:
18
+ ---
19
+ license: cc-by-4.0
20
+ language: mr
21
+ widget:
22
+ # - text: <bos>\n### Instruction:\n(9+0)+(10+5)? 3 चरणांमध्ये सोडवा\n\n### Input:\n\n\n### Response:\n
23
+ - text: <bos>\n### Instruction:\nमहाराष्ट्राची राजधानी काय आहे?\n\n### Input:\n\n\n### Response:\n
24
+ ---
25
+
26
+ ## MahaGemma-2B
27
+ MahaGemma-2B is a Marathi Gemma model. It is a Gemma 2B (google/gemma-2b) model LoRA fine-tuned on translated Marathi datasets.
28
+ [dataset link] (https://github.com/l3cube-pune/MarathiNLP)
29
+
30
+ This is part of the MahaNLP initiative. More details coming soon. <br>
31
+
32
+ Prompt format:
33
+ ```
34
+ <bos>\n### Instruction:\nमहाराष्ट्राची राजधानी काय आहे?\n\n### Input:\n\n\n### Response:\nमहाराष्ट्राची राजधानी मुंबई आहे
35
+ ```
36
+
37
+ Citing
38
+ ```
39
+ @article{joshi2022l3cube,
40
+ title={L3cube-mahanlp: Marathi natural language processing datasets, models, and library},
41
+ author={Joshi, Raviraj},
42
+ journal={arXiv preprint arXiv:2205.14728},
43
+ year={2022}
44
+ }
45
+
46
+ ```
47
+ Model Family: <br>
48
+ <a href="https://huggingface.co/l3cube-pune/marathi-gpt-gemma-2b"> MahaGemma-2B </a> <br>
49
+ <a href="https://huggingface.co/l3cube-pune/marathi-gpt-gemma-7b"> MahaGemma-7B </a>
50
+