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