Gausson commited on
Commit
568ee59
·
verified ·
1 Parent(s): b6a0a85

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -37,4 +37,15 @@ hf (pretrained=Gausson/pythia-160m-deduped-n64-StreamingLLM), gen_kwargs: (None)
37
  | | |none | 5|word_perplexity|↓ |36.2348|± | N/A|
38
  |winogrande | 1|none | 5|acc |↑ | 0.5335|± |0.0140|
39
  |wsc | 1|none | 5|acc |↑ | 0.4327|± |0.0488|
 
 
 
 
 
 
 
 
 
 
 
40
  ```
 
37
  | | |none | 5|word_perplexity|↓ |36.2348|± | N/A|
38
  |winogrande | 1|none | 5|acc |↑ | 0.5335|± |0.0140|
39
  |wsc | 1|none | 5|acc |↑ | 0.4327|± |0.0488|
40
+ ```
41
+
42
+ If you find our work helpful, please consider giving us a star ⭐ @ our [`GitHub repository`](https://github.com/HKUDS/SepLLM) and citing our paper. We greatly appreciate your support 😄
43
+ ```
44
+ @inproceedings{chen2025sepllm,
45
+ title={{SepLLM: Accelerate Large Language Models by Compressing One Segment into One Separator}},
46
+ author={Chen, Guoxuan and Shi, Han and Li, Jiawei and Gao, Yihang and Ren, Xiaozhe and Chen, Yimeng and Jiang, Xin and Li, Zhenguo and Liu, Weiyang and Huang, Chao},
47
+ booktitle={Proceedings of the Forty-Second International Conference on Machine Learning (ICML)},
48
+ year={2025},
49
+ note={Also available at arXiv:2412.12094}
50
+ }
51
  ```