Pretergeek
commited on
Commit
•
dd6bd9a
1
Parent(s):
1bc1594
Update README.md
Browse files
README.md
CHANGED
@@ -247,4 +247,17 @@ slices:
|
|
247 |
merge_method: passthrough
|
248 |
dtype: bfloat16
|
249 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
250 |
```
|
|
|
247 |
merge_method: passthrough
|
248 |
dtype: bfloat16
|
249 |
|
250 |
+
```
|
251 |
+
|
252 |
+
## Citation
|
253 |
+
```
|
254 |
+
@misc{wu2024llamaproprogressivellama,
|
255 |
+
title={LLaMA Pro: Progressive LLaMA with Block Expansion},
|
256 |
+
author={Chengyue Wu and Yukang Gan and Yixiao Ge and Zeyu Lu and Jiahao Wang and Ye Feng and Ying Shan and Ping Luo},
|
257 |
+
year={2024},
|
258 |
+
eprint={2401.02415},
|
259 |
+
archivePrefix={arXiv},
|
260 |
+
primaryClass={cs.CL},
|
261 |
+
url={https://arxiv.org/abs/2401.02415},
|
262 |
+
}
|
263 |
```
|