Pretergeek commited on
Commit
2ee5c5b
·
verified ·
1 Parent(s): af2100c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -13
README.md CHANGED
@@ -219,19 +219,6 @@ slices:
219
  merge_method: passthrough
220
  dtype: bfloat16
221
 
222
- ```
223
-
224
- ## Citation
225
- ```
226
- @misc{wu2024llamaproprogressivellama,
227
- title={LLaMA Pro: Progressive LLaMA with Block Expansion},
228
- author={Chengyue Wu and Yukang Gan and Yixiao Ge and Zeyu Lu and Jiahao Wang and Ye Feng and Ying Shan and Ping Luo},
229
- year={2024},
230
- eprint={2401.02415},
231
- archivePrefix={arXiv},
232
- primaryClass={cs.CL},
233
- url={https://arxiv.org/abs/2401.02415},
234
- }
235
  ```
236
  # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard)
237
  Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_Pretergeek__OpenChat-3.5-0106_BlockExpansion-40Layers-End)
@@ -246,3 +233,15 @@ Detailed results can be found [here](https://huggingface.co/datasets/open-llm-le
246
  |MuSR (0-shot) |11.78|
247
  |MMLU-PRO (5-shot) |25.44|
248
 
 
 
 
 
 
 
 
 
 
 
 
 
 
219
  merge_method: passthrough
220
  dtype: bfloat16
221
 
 
 
 
 
 
 
 
 
 
 
 
 
 
222
  ```
223
  # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard)
224
  Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_Pretergeek__OpenChat-3.5-0106_BlockExpansion-40Layers-End)
 
233
  |MuSR (0-shot) |11.78|
234
  |MMLU-PRO (5-shot) |25.44|
235
 
236
+ ## Citation
237
+ ```
238
+ @misc{wu2024llamaproprogressivellama,
239
+ title={LLaMA Pro: Progressive LLaMA with Block Expansion},
240
+ author={Chengyue Wu and Yukang Gan and Yixiao Ge and Zeyu Lu and Jiahao Wang and Ye Feng and Ying Shan and Ping Luo},
241
+ year={2024},
242
+ eprint={2401.02415},
243
+ archivePrefix={arXiv},
244
+ primaryClass={cs.CL},
245
+ url={https://arxiv.org/abs/2401.02415},
246
+ }
247
+ ```