Update README.md
Browse files
README.md
CHANGED
|
@@ -37,4 +37,15 @@ hf (pretrained=Gausson/pythia-160m-deduped-n64-RoBiPE-SepLLM), gen_kwargs: (), l
|
|
| 37 |
| | |none | 5|bits_per_byte | 1.3827| | |
|
| 38 |
|winogrande |Yaml |none | 5|acc | 0.4964|± |0.0141|
|
| 39 |
|wsc |Yaml |none | 5|acc | 0.4519|± |0.0490|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 40 |
```
|
|
|
|
| 37 |
| | |none | 5|bits_per_byte | 1.3827| | |
|
| 38 |
|winogrande |Yaml |none | 5|acc | 0.4964|± |0.0141|
|
| 39 |
|wsc |Yaml |none | 5|acc | 0.4519|± |0.0490|
|
| 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 |
```
|