richardr1126 commited on
Commit
a8a0bf4
1 Parent(s): 5c96488

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -5,4 +5,15 @@ tags:
5
  - Guanaco
6
  ---
7
 
8
- This model was created by merging [timdettmers/guanaco-13b](https://huggingface.co/timdettmers/guanaco-13b) QLoRa adapter with the base LLaMA-13b model.
 
 
 
 
 
 
 
 
 
 
 
 
5
  - Guanaco
6
  ---
7
 
8
+ This model was created by merging [timdettmers/guanaco-13b](https://huggingface.co/timdettmers/guanaco-13b) QLoRa adapter with the base LLaMA-13b model.
9
+
10
+ ## Citation
11
+
12
+ ```bibtex
13
+ @article{dettmers2023qlora,
14
+ title={QLoRA: Efficient Finetuning of Quantized LLMs},
15
+ author={Dettmers, Tim and Pagnoni, Artidoro and Holtzman, Ari and Zettlemoyer, Luke},
16
+ journal={arXiv preprint arXiv:2305.14314},
17
+ year={2023}
18
+ }
19
+ ```