onebitquantized
commited on
Commit
•
593d3ff
1
Parent(s):
dbca506
Update README.md
Browse files
README.md
CHANGED
@@ -68,10 +68,11 @@ print(tokenizer.batch_decode(outputs, skip_special_tokens=True))
|
|
68 |
If you found this model useful, please cite our research paper.
|
69 |
```
|
70 |
@article{zhang2024leanquant,
|
71 |
-
title={
|
72 |
author={Zhang, Tianyi and Shrivastava, Anshumali},
|
73 |
journal={arXiv preprint arXiv:2407.10032},
|
74 |
-
year={2024}
|
|
|
75 |
}
|
76 |
```
|
77 |
|
|
|
68 |
If you found this model useful, please cite our research paper.
|
69 |
```
|
70 |
@article{zhang2024leanquant,
|
71 |
+
title={LeanQuant: Accurate and Scalable Large Language Model Quantization with Loss-error-aware Grid},
|
72 |
author={Zhang, Tianyi and Shrivastava, Anshumali},
|
73 |
journal={arXiv preprint arXiv:2407.10032},
|
74 |
+
year={2024},
|
75 |
+
url={https://arxiv.org/abs/2407.10032},
|
76 |
}
|
77 |
```
|
78 |
|