Add pipeline tag, Github link and library name
#1
by
nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
## Citation
|
| 2 |
If you find this model useful, please cite the following works:
|
| 3 |
|
|
@@ -10,4 +19,5 @@ If you find this model useful, please cite the following works:
|
|
| 10 |
archivePrefix={arXiv},
|
| 11 |
primaryClass={cs.DC},
|
| 12 |
url={https://arxiv.org/abs/2411.02829},
|
| 13 |
-
}
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: transformers
|
| 3 |
+
pipeline_tag: text-generation
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
This repository contains the model described in the paper [CE-CoLLM: Efficient and Adaptive Large Language Models Through Cloud-Edge Collaboration](https://huggingface.co/papers/2411.02829).
|
| 7 |
+
|
| 8 |
+
For code, see https://github.com/hp-jin/CE-CoLLM.
|
| 9 |
+
|
| 10 |
## Citation
|
| 11 |
If you find this model useful, please cite the following works:
|
| 12 |
|
|
|
|
| 19 |
archivePrefix={arXiv},
|
| 20 |
primaryClass={cs.DC},
|
| 21 |
url={https://arxiv.org/abs/2411.02829},
|
| 22 |
+
}
|
| 23 |
+
```
|