Oriya
shantipriya commited on
Commit
c97dc44
·
1 Parent(s): f1244aa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +49 -3
README.md CHANGED
@@ -1,8 +1,19 @@
1
  ---
2
- library_name: peft
 
 
3
  ---
4
- ## Training procedure
 
 
 
 
 
 
 
 
5
 
 
6
 
7
  The following `bitsandbytes` quantization config was used during training:
8
  - quant_method: bitsandbytes
@@ -17,5 +28,40 @@ The following `bitsandbytes` quantization config was used during training:
17
  - bnb_4bit_compute_dtype: float16
18
  ### Framework versions
19
 
20
-
21
  - PEFT 0.5.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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_v1 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
+ ## Training procedure
17
 
18
  The following `bitsandbytes` quantization config was used during training:
19
  - quant_method: bitsandbytes
 
28
  - bnb_4bit_compute_dtype: float16
29
  ### Framework versions
30
 
 
31
  - PEFT 0.5.0
32
+
33
+ Instructions for running it can be found at https://github.com/OdiaGenAI/GenerativeAI_and_LLM_Odia.
34
+
35
+ ### Licensing Information
36
+
37
+ This work is licensed under a
38
+ [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License][cc-by-nc-sa].
39
+
40
+ [![CC BY-NC-SA 4.0][cc-by-nc-sa-image]][cc-by-nc-sa]
41
+
42
+ [cc-by-nc-sa]: http://creativecommons.org/licenses/by-nc-sa/4.0/
43
+ [cc-by-nc-sa-image]: https://licensebuttons.net/l/by-nc-sa/4.0/88x31.png
44
+ [cc-by-nc-sa-shield]: https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg
45
+
46
+ ### Citation Information
47
+
48
+ If you find this helpful repository, please consider giving 👏 and citing:
49
+
50
+ ```
51
+ @misc{OdiaGenAI-Odia_Llama2_512,
52
+ author = {Shantipriya Parida and Sambit Sekhar and Guneet Singh Kohli},
53
+ title = {OdiaGenAI-Odia_Llama2_512},
54
+ year = {2023},
55
+ publisher = {Hugging Face},
56
+ journal = {Hugging Face repository},
57
+ howpublished = {\url{https://huggingface.co/OdiaGenAI}},
58
+ }
59
+ ```
60
+
61
+ Contributors:
62
+ - Guneet Singh Kohli
63
+ - Sambit Shekhar
64
+ - Shantipriya Parida
65
+
66
+
67
+