Update README.md
Browse files
README.md
CHANGED
|
@@ -39,4 +39,13 @@ hf (pretrained=Gausson/pythia-160m-deduped-n64-SepLLM), gen_kwargs: (None), limi
|
|
| 39 |
|wsc | 1|none | 5|acc |↑ | 0.3846|± |0.0479|
|
| 40 |
```
|
| 41 |
|
| 42 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 39 |
|wsc | 1|none | 5|acc |↑ | 0.3846|± |0.0479|
|
| 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 |
+
```
|