richardr1126
commited on
Commit
•
7490d82
1
Parent(s):
9ab40f6
Update README.md
Browse files
README.md
CHANGED
@@ -41,4 +41,15 @@ The following hyperparameters were used during training:
|
|
41 |
- Transformers 4.30.0.dev0
|
42 |
- Pytorch 2.0.1+cu118
|
43 |
- Datasets 2.13.0
|
44 |
-
- Tokenizers 0.13.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
- Transformers 4.30.0.dev0
|
42 |
- Pytorch 2.0.1+cu118
|
43 |
- Datasets 2.13.0
|
44 |
+
- Tokenizers 0.13.3
|
45 |
+
|
46 |
+
## Citation
|
47 |
+
|
48 |
+
```bibtex
|
49 |
+
@article{dettmers2023qlora,
|
50 |
+
title={QLoRA: Efficient Finetuning of Quantized LLMs},
|
51 |
+
author={Dettmers, Tim and Pagnoni, Artidoro and Holtzman, Ari and Zettlemoyer, Luke},
|
52 |
+
journal={arXiv preprint arXiv:2305.14314},
|
53 |
+
year={2023}
|
54 |
+
}
|
55 |
+
```
|