Pretergeek
commited on
Commit
•
60ec619
1
Parent(s):
d20afb3
Update README.md
Browse files
README.md
CHANGED
@@ -238,19 +238,6 @@ slices:
|
|
238 |
merge_method: passthrough
|
239 |
dtype: bfloat16
|
240 |
|
241 |
-
```
|
242 |
-
|
243 |
-
## Citation
|
244 |
-
```
|
245 |
-
@misc{wu2024llamaproprogressivellama,
|
246 |
-
title={LLaMA Pro: Progressive LLaMA with Block Expansion},
|
247 |
-
author={Chengyue Wu and Yukang Gan and Yixiao Ge and Zeyu Lu and Jiahao Wang and Ye Feng and Ying Shan and Ping Luo},
|
248 |
-
year={2024},
|
249 |
-
eprint={2401.02415},
|
250 |
-
archivePrefix={arXiv},
|
251 |
-
primaryClass={cs.CL},
|
252 |
-
url={https://arxiv.org/abs/2401.02415},
|
253 |
-
}
|
254 |
```
|
255 |
# [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard)
|
256 |
Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_Pretergeek__OpenChat-3.5-0106_8.99B_40Layers-Interleaved)
|
@@ -265,3 +252,15 @@ Detailed results can be found [here](https://huggingface.co/datasets/open-llm-le
|
|
265 |
|MuSR (0-shot) |11.51|
|
266 |
|MMLU-PRO (5-shot) |25.54|
|
267 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
238 |
merge_method: passthrough
|
239 |
dtype: bfloat16
|
240 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
241 |
```
|
242 |
# [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard)
|
243 |
Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_Pretergeek__OpenChat-3.5-0106_8.99B_40Layers-Interleaved)
|
|
|
252 |
|MuSR (0-shot) |11.51|
|
253 |
|MMLU-PRO (5-shot) |25.54|
|
254 |
|
255 |
+
## Citation
|
256 |
+
```
|
257 |
+
@misc{wu2024llamaproprogressivellama,
|
258 |
+
title={LLaMA Pro: Progressive LLaMA with Block Expansion},
|
259 |
+
author={Chengyue Wu and Yukang Gan and Yixiao Ge and Zeyu Lu and Jiahao Wang and Ye Feng and Ying Shan and Ping Luo},
|
260 |
+
year={2024},
|
261 |
+
eprint={2401.02415},
|
262 |
+
archivePrefix={arXiv},
|
263 |
+
primaryClass={cs.CL},
|
264 |
+
url={https://arxiv.org/abs/2401.02415},
|
265 |
+
}
|
266 |
+
```
|