Pretergeek commited on
Commit
485ebe8
1 Parent(s): 4a53a82

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -91,4 +91,17 @@ slices:
91
  merge_method: passthrough
92
  dtype: bfloat16
93
 
 
 
 
 
 
 
 
 
 
 
 
 
 
94
  ```
 
91
  merge_method: passthrough
92
  dtype: bfloat16
93
 
94
+ ```
95
+
96
+ ## Citation
97
+ ```
98
+ @misc{wu2024llamaproprogressivellama,
99
+ title={LLaMA Pro: Progressive LLaMA with Block Expansion},
100
+ author={Chengyue Wu and Yukang Gan and Yixiao Ge and Zeyu Lu and Jiahao Wang and Ye Feng and Ying Shan and Ping Luo},
101
+ year={2024},
102
+ eprint={2401.02415},
103
+ archivePrefix={arXiv},
104
+ primaryClass={cs.CL},
105
+ url={https://arxiv.org/abs/2401.02415},
106
+ }
107
  ```