readme.org

September 23, 2024 ยท View on GitHub

  • PSC: Extending Context Window of Large Language Models via Phase Shift Calibration

This is the code and evaluation files for our PSC paper; some of the Python code originates from contributions by [[https://github.com/dvlab-research/LongLoRA][LongLoRA]] and [[https://github.com/yangjianxin1/LongQLoRA][LongQLoRA]].

  • Citation **** If you find our method useful, please kindly cite our paper. #+begin_example @inproceedings{zhu2024psc, title={PSC: Extending Context Window of Large Language Models via Phase Shift Calibration}, author={Wenqiao Zhu and Chao Xu and Lulu Wang and Jun Wu}, booktitle={EMNLP}, year={2024} } #+end_example