shantipriya
commited on
Commit
•
838d80b
1
Parent(s):
6b6c555
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,35 @@
|
|
1 |
---
|
2 |
license: cc-by-nc-sa-4.0
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-nc-sa-4.0
|
3 |
---
|
4 |
+
# Hindi-Gemma-2B-instruct (Instruction-tuned)
|
5 |
+
|
6 |
+
Hindi-Gemma-2B-instruct is an instruction-tuned Hindi large language model (LLM) with 2 billion parameters, and it is based on Gemma 2B. The model is instruction-tuned on 188k Hindi instruction sets collected by the OdiaGenAI team.
|
7 |
+
|
8 |
+
For more details about the model, data, training procedure, and evaluations, go through the blog [post]().
|
9 |
+
|
10 |
+
## Model Description
|
11 |
+
* Model type: A 2B instruction-tuned decoder-only model
|
12 |
+
* Primary Language(s): Hindi and English
|
13 |
+
* License: cc-by-nc-sa-4.0
|
14 |
+
|
15 |
+
### Citation Information
|
16 |
+
|
17 |
+
If you find this model useful, please consider giving 👏 and citing:
|
18 |
+
|
19 |
+
```
|
20 |
+
@misc{Hindi-Gemma-2B-instruct,
|
21 |
+
author = {Gunnet Singh Kohli and Shantipriya Parida Sambit Sekhar and Debasish Dhal},
|
22 |
+
title = {Hindi-Gemma-2B-Instruction-tuned Model Released by OdiaGenAI},
|
23 |
+
year = {2024},
|
24 |
+
publisher = {Hugging Face},
|
25 |
+
journal = {Hugging Face repository},
|
26 |
+
howpublished = {\url{https://huggingface.co/OdiaGenAI}},
|
27 |
+
}
|
28 |
+
```
|
29 |
+
|
30 |
+
### Contributions
|
31 |
+
|
32 |
+
- Guneet Singh Kohli
|
33 |
+
- Sambit Sekhar
|
34 |
+
- Shantipriya Parida
|
35 |
+
- Debasish Dhal
|