Gausson commited on
Commit
7bd6070
·
verified ·
1 Parent(s): 9a3cc3a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -39,4 +39,15 @@ hf (pretrained=Gausson/pythia-160m-deduped-n128-SepLLM), gen_kwargs: (), limit:
39
  | | |none | 5|bits_per_byte | 0.9207| | |
40
  |winogrande |Yaml |none | 5|acc | 0.5178|± |0.0140|
41
  |wsc |Yaml |none | 5|acc | 0.3750|± |0.0477|
 
 
 
 
 
 
 
 
 
 
 
42
  ```
 
39
  | | |none | 5|bits_per_byte | 0.9207| | |
40
  |winogrande |Yaml |none | 5|acc | 0.5178|± |0.0140|
41
  |wsc |Yaml |none | 5|acc | 0.3750|± |0.0477|
42
+ ```
43
+
44
+ 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 😄
45
+ ```
46
+ @inproceedings{chen2025sepllm,
47
+ title={{SepLLM: Accelerate Large Language Models by Compressing One Segment into One Separator}},
48
+ 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},
49
+ booktitle={Proceedings of the Forty-Second International Conference on Machine Learning (ICML)},
50
+ year={2025},
51
+ note={Also available at arXiv:2412.12094}
52
+ }
53
  ```