shantipriya
commited on
Commit
•
d3782ee
1
Parent(s):
999d0a4
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,49 @@
|
|
1 |
---
|
2 |
-
license: cc-by-nc-
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
license: cc-by-nc-4.0
|
3 |
+
language:
|
4 |
+
- or
|
5 |
---
|
6 |
+
# Model Card for Model ID
|
7 |
+
|
8 |
+
[![License: CC BY-NC-SA 4.0](https://img.shields.io/badge/License-CC_BY--NC--SA_4.0-lightgrey.svg)](https://creativecommons.org/licenses/by-nc-sa/4.0/)
|
9 |
+
|
10 |
+
## Model description
|
11 |
+
|
12 |
+
odia_llama2_7B_base is based on Llama2-7b and finetuned with 180k Odia instruction set. The instruction set is translated data from open-source resources and a prepared domain knowledge instruction set, resulting in good Odia instruction understanding and response generation capabilities.
|
13 |
+
|
14 |
+
The code of Odia data generation and other detailed information can be found in our Github project repository: https://github.com/OdiaGenAI/GenerativeAI_and_LLM_Odia.
|
15 |
+
|
16 |
+
|
17 |
+
|
18 |
+
Instructions for running it can be found at https://github.com/OdiaGenAI/GenerativeAI_and_LLM_Odia.
|
19 |
+
|
20 |
+
### Licensing Information
|
21 |
+
|
22 |
+
This work is licensed under a
|
23 |
+
[Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License][cc-by-nc-sa].
|
24 |
+
|
25 |
+
[![CC BY-NC-SA 4.0][cc-by-nc-sa-image]][cc-by-nc-sa]
|
26 |
+
|
27 |
+
[cc-by-nc-sa]: http://creativecommons.org/licenses/by-nc-sa/4.0/
|
28 |
+
[cc-by-nc-sa-image]: https://licensebuttons.net/l/by-nc-sa/4.0/88x31.png
|
29 |
+
[cc-by-nc-sa-shield]: https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg
|
30 |
+
|
31 |
+
### Citation Information
|
32 |
+
|
33 |
+
If you find this helpful repository, please consider giving 👏 and citing:
|
34 |
+
|
35 |
+
```
|
36 |
+
@misc{OdiaGenAI_Odia_Llama2_7b_base,
|
37 |
+
author = {Shantipriya Parida and Sambit Sekhar and Guneet Singh Kohli},
|
38 |
+
title = {OdiaGenAI_Odia_Llama2_7b_base},
|
39 |
+
year = {2023},
|
40 |
+
publisher = {Hugging Face},
|
41 |
+
journal = {Hugging Face repository},
|
42 |
+
howpublished = {\url{https://huggingface.co/OdiaGenAI}},
|
43 |
+
}
|
44 |
+
```
|
45 |
+
|
46 |
+
Contributors:
|
47 |
+
- Guneet Singh Kohli
|
48 |
+
- Sambit Shekhar
|
49 |
+
- Shantipriya Parida
|