Pretergeek commited on
Commit
4cce2a2
1 Parent(s): ea550d0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -13
README.md CHANGED
@@ -259,19 +259,6 @@ slices:
259
  merge_method: passthrough
260
  dtype: bfloat16
261
 
262
- ```
263
-
264
- ## Citation
265
- ```
266
- @misc{wu2024llamaproprogressivellama,
267
- title={LLaMA Pro: Progressive LLaMA with Block Expansion},
268
- author={Chengyue Wu and Yukang Gan and Yixiao Ge and Zeyu Lu and Jiahao Wang and Ye Feng and Ying Shan and Ping Luo},
269
- year={2024},
270
- eprint={2401.02415},
271
- archivePrefix={arXiv},
272
- primaryClass={cs.CL},
273
- url={https://arxiv.org/abs/2401.02415},
274
- }
275
  ```
276
  # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard)
277
  Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_Pretergeek__OpenChat-3.5-0106_BlockExpansion-44Layers-End)
@@ -286,3 +273,15 @@ Detailed results can be found [here](https://huggingface.co/datasets/open-llm-le
286
  |MuSR (0-shot) |11.78|
287
  |MMLU-PRO (5-shot) |25.44|
288
 
 
 
 
 
 
 
 
 
 
 
 
 
 
259
  merge_method: passthrough
260
  dtype: bfloat16
261
 
 
 
 
 
 
 
 
 
 
 
 
 
 
262
  ```
263
  # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard)
264
  Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_Pretergeek__OpenChat-3.5-0106_BlockExpansion-44Layers-End)
 
273
  |MuSR (0-shot) |11.78|
274
  |MMLU-PRO (5-shot) |25.44|
275
 
276
+ ## Citation
277
+ ```
278
+ @misc{wu2024llamaproprogressivellama,
279
+ title={LLaMA Pro: Progressive LLaMA with Block Expansion},
280
+ author={Chengyue Wu and Yukang Gan and Yixiao Ge and Zeyu Lu and Jiahao Wang and Ye Feng and Ying Shan and Ping Luo},
281
+ year={2024},
282
+ eprint={2401.02415},
283
+ archivePrefix={arXiv},
284
+ primaryClass={cs.CL},
285
+ url={https://arxiv.org/abs/2401.02415},
286
+ }
287
+ ```