onebitquantized commited on
Commit
593d3ff
1 Parent(s): dbca506

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
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={Leanquant: Accurate 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
  }
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