Pretergeek commited on
Commit
1f4dbc2
1 Parent(s): 0956f87

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -13
README.md CHANGED
@@ -179,19 +179,6 @@ slices:
179
  merge_method: passthrough
180
  dtype: bfloat16
181
 
182
- ```
183
-
184
- ## Citation
185
- ```
186
- @misc{wu2024llamaproprogressivellama,
187
- title={LLaMA Pro: Progressive LLaMA with Block Expansion},
188
- author={Chengyue Wu and Yukang Gan and Yixiao Ge and Zeyu Lu and Jiahao Wang and Ye Feng and Ying Shan and Ping Luo},
189
- year={2024},
190
- eprint={2401.02415},
191
- archivePrefix={arXiv},
192
- primaryClass={cs.CL},
193
- url={https://arxiv.org/abs/2401.02415},
194
- }
195
  ```
196
  # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard)
197
  Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_Pretergeek__OpenChat-3.5-0106_BlockExpansion-36Layers-End)
@@ -206,3 +193,15 @@ Detailed results can be found [here](https://huggingface.co/datasets/open-llm-le
206
  |MuSR (0-shot) |11.78|
207
  |MMLU-PRO (5-shot) |25.44|
208
 
 
 
 
 
 
 
 
 
 
 
 
 
 
179
  merge_method: passthrough
180
  dtype: bfloat16
181
 
 
 
 
 
 
 
 
 
 
 
 
 
 
182
  ```
183
  # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard)
184
  Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_Pretergeek__OpenChat-3.5-0106_BlockExpansion-36Layers-End)
 
193
  |MuSR (0-shot) |11.78|
194
  |MMLU-PRO (5-shot) |25.44|
195
 
196
+ ## Citation
197
+ ```
198
+ @misc{wu2024llamaproprogressivellama,
199
+ title={LLaMA Pro: Progressive LLaMA with Block Expansion},
200
+ author={Chengyue Wu and Yukang Gan and Yixiao Ge and Zeyu Lu and Jiahao Wang and Ye Feng and Ying Shan and Ping Luo},
201
+ year={2024},
202
+ eprint={2401.02415},
203
+ archivePrefix={arXiv},
204
+ primaryClass={cs.CL},
205
+ url={https://arxiv.org/abs/2401.02415},
206
+ }
207
+ ```