Pretergeek
commited on
Commit
•
b6dfa36
1
Parent(s):
d3b2889
Update README.md
Browse files
README.md
CHANGED
@@ -143,4 +143,17 @@ slices:
|
|
143 |
merge_method: passthrough
|
144 |
dtype: bfloat16
|
145 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
146 |
```
|
|
|
143 |
merge_method: passthrough
|
144 |
dtype: bfloat16
|
145 |
|
146 |
+
```
|
147 |
+
|
148 |
+
## Citation
|
149 |
+
```
|
150 |
+
@misc{wu2024llamaproprogressivellama,
|
151 |
+
title={LLaMA Pro: Progressive LLaMA with Block Expansion},
|
152 |
+
author={Chengyue Wu and Yukang Gan and Yixiao Ge and Zeyu Lu and Jiahao Wang and Ye Feng and Ying Shan and Ping Luo},
|
153 |
+
year={2024},
|
154 |
+
eprint={2401.02415},
|
155 |
+
archivePrefix={arXiv},
|
156 |
+
primaryClass={cs.CL},
|
157 |
+
url={https://arxiv.org/abs/2401.02415},
|
158 |
+
}
|
159 |
```
|