Pretergeek commited on
Commit
f1fdfe1
1 Parent(s): 1fed440

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -13
README.md CHANGED
@@ -342,19 +342,6 @@ slices:
342
  merge_method: passthrough
343
  dtype: bfloat16
344
 
345
- ```
346
-
347
- ## Citation
348
- ```
349
- @misc{wu2024llamaproprogressivellama,
350
- title={LLaMA Pro: Progressive LLaMA with Block Expansion},
351
- author={Chengyue Wu and Yukang Gan and Yixiao Ge and Zeyu Lu and Jiahao Wang and Ye Feng and Ying Shan and Ping Luo},
352
- year={2024},
353
- eprint={2401.02415},
354
- archivePrefix={arXiv},
355
- primaryClass={cs.CL},
356
- url={https://arxiv.org/abs/2401.02415},
357
- }
358
  ```
359
  # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard)
360
  Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_Pretergeek__OpenChat-3.5-0106_10.7B_48Layers-Interleaved)
@@ -369,3 +356,15 @@ Detailed results can be found [here](https://huggingface.co/datasets/open-llm-le
369
  |MuSR (0-shot) |11.78|
370
  |MMLU-PRO (5-shot) |25.54|
371
 
 
 
 
 
 
 
 
 
 
 
 
 
 
342
  merge_method: passthrough
343
  dtype: bfloat16
344
 
 
 
 
 
 
 
 
 
 
 
 
 
 
345
  ```
346
  # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard)
347
  Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_Pretergeek__OpenChat-3.5-0106_10.7B_48Layers-Interleaved)
 
356
  |MuSR (0-shot) |11.78|
357
  |MMLU-PRO (5-shot) |25.54|
358
 
359
+ ## Citation
360
+ ```
361
+ @misc{wu2024llamaproprogressivellama,
362
+ title={LLaMA Pro: Progressive LLaMA with Block Expansion},
363
+ author={Chengyue Wu and Yukang Gan and Yixiao Ge and Zeyu Lu and Jiahao Wang and Ye Feng and Ying Shan and Ping Luo},
364
+ year={2024},
365
+ eprint={2401.02415},
366
+ archivePrefix={arXiv},
367
+ primaryClass={cs.CL},
368
+ url={https://arxiv.org/abs/2401.02415},
369
+ }
370
+ ```