Update README.md
Browse files
README.md
CHANGED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
## Citation
|
2 |
+
If you find this model useful, please cite the following works:
|
3 |
+
|
4 |
+
```bibtex
|
5 |
+
@misc{jin2024cecollmefficientadaptivelarge,
|
6 |
+
title={CE-CoLLM: Efficient and Adaptive Large Language Models Through Cloud-Edge Collaboration},
|
7 |
+
author={Hongpeng Jin and Yanzhao Wu},
|
8 |
+
year={2024},
|
9 |
+
eprint={2411.02829},
|
10 |
+
archivePrefix={arXiv},
|
11 |
+
primaryClass={cs.DC},
|
12 |
+
url={https://arxiv.org/abs/2411.02829},
|
13 |
+
}
|