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