tridungduong16 commited on
Commit
5ea214b
·
1 Parent(s): 0107a4a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +46 -0
README.md CHANGED
@@ -13,6 +13,8 @@ tags:
13
  - llama-2
14
  - gptq
15
  - orca
 
 
16
  ---
17
 
18
 
@@ -93,3 +95,47 @@ ExLlama works with Llama models in 4-bit. Please see the Provided Files table ab
93
  # Developers
94
 
95
  - [tridungduong16](https://github.com/tridungduong16)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  - llama-2
14
  - gptq
15
  - orca
16
+ datasets:
17
+ - Open-Orca/OpenOrca
18
  ---
19
 
20
 
 
95
  # Developers
96
 
97
  - [tridungduong16](https://github.com/tridungduong16)
98
+
99
+
100
+
101
+
102
+ # Citation
103
+
104
+ ```bibtex
105
+ @software{OpenOrca_Preview1,
106
+ title = {OpenOrca_Preview1: A LLaMA-13B Model Fine-tuned on Small Portion of OpenOrcaV1 Dataset},
107
+ author = {Wing Lian and Bleys Goodson and Eugene Pentland and Austin Cook and Chanvichet Vong and "Teknium"},
108
+ year = {2023},
109
+ publisher = {HuggingFace},
110
+ journal = {HuggingFace repository},
111
+ howpublished = {\url{https://https://huggingface.co/Open-Orca/OpenOrca-Preview1-13B},
112
+ }
113
+ ```
114
+ ```bibtex
115
+ @misc{mukherjee2023orca,
116
+ title={Orca: Progressive Learning from Complex Explanation Traces of GPT-4},
117
+ author={Subhabrata Mukherjee and Arindam Mitra and Ganesh Jawahar and Sahaj Agarwal and Hamid Palangi and Ahmed Awadallah},
118
+ year={2023},
119
+ eprint={2306.02707},
120
+ archivePrefix={arXiv},
121
+ primaryClass={cs.CL}
122
+ }
123
+ ```
124
+ ```bibtex
125
+ @misc{longpre2023flan,
126
+ title={The Flan Collection: Designing Data and Methods for Effective Instruction Tuning},
127
+ author={Shayne Longpre and Le Hou and Tu Vu and Albert Webson and Hyung Won Chung and Yi Tay and Denny Zhou and Quoc V. Le and Barret Zoph and Jason Wei and Adam Roberts},
128
+ year={2023},
129
+ eprint={2301.13688},
130
+ archivePrefix={arXiv},
131
+ primaryClass={cs.AI}
132
+ }
133
+ ```
134
+ ```bibtex
135
+ @software{touvron2023llama,
136
+ title={LLaMA: Open and Efficient Foundation Language Models},
137
+ author={Touvron, Hugo and Lavril, Thibaut and Izacard, Gautier and Martinet, Xavier and Lachaux, Marie-Anne and Lacroix, Timoth{\'e}e and Rozi{\`e}re, Baptiste and Goyal, Naman and Hambro, Eric and Azhar, Faisal and Rodriguez, Aurelien and Joulin, Armand and Grave, Edouard and Lample, Guillaume},
138
+ journal={arXiv preprint arXiv:2302.13971},
139
+ year={2023}
140
+ }
141
+ ```