Update README.md
Browse files
README.md
CHANGED
|
@@ -186,19 +186,6 @@ slices:
|
|
| 186 |
merge_method: passthrough
|
| 187 |
dtype: bfloat16
|
| 188 |
|
| 189 |
-
```
|
| 190 |
-
|
| 191 |
-
## Citation
|
| 192 |
-
```
|
| 193 |
-
@misc{wu2024llamaproprogressivellama,
|
| 194 |
-
title={LLaMA Pro: Progressive LLaMA with Block Expansion},
|
| 195 |
-
author={Chengyue Wu and Yukang Gan and Yixiao Ge and Zeyu Lu and Jiahao Wang and Ye Feng and Ying Shan and Ping Luo},
|
| 196 |
-
year={2024},
|
| 197 |
-
eprint={2401.02415},
|
| 198 |
-
archivePrefix={arXiv},
|
| 199 |
-
primaryClass={cs.CL},
|
| 200 |
-
url={https://arxiv.org/abs/2401.02415},
|
| 201 |
-
}
|
| 202 |
```
|
| 203 |
# [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard)
|
| 204 |
Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_Pretergeek__OpenChat-3.5-0106_8.11B_36Layers-Interleaved)
|
|
@@ -213,3 +200,15 @@ Detailed results can be found [here](https://huggingface.co/datasets/open-llm-le
|
|
| 213 |
|MuSR (0-shot) |11.51|
|
| 214 |
|MMLU-PRO (5-shot) |25.54|
|
| 215 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 186 |
merge_method: passthrough
|
| 187 |
dtype: bfloat16
|
| 188 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 189 |
```
|
| 190 |
# [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard)
|
| 191 |
Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_Pretergeek__OpenChat-3.5-0106_8.11B_36Layers-Interleaved)
|
|
|
|
| 200 |
|MuSR (0-shot) |11.51|
|
| 201 |
|MMLU-PRO (5-shot) |25.54|
|
| 202 |
|
| 203 |
+
## Citation
|
| 204 |
+
```
|
| 205 |
+
@misc{wu2024llamaproprogressivellama,
|
| 206 |
+
title={LLaMA Pro: Progressive LLaMA with Block Expansion},
|
| 207 |
+
author={Chengyue Wu and Yukang Gan and Yixiao Ge and Zeyu Lu and Jiahao Wang and Ye Feng and Ying Shan and Ping Luo},
|
| 208 |
+
year={2024},
|
| 209 |
+
eprint={2401.02415},
|
| 210 |
+
archivePrefix={arXiv},
|
| 211 |
+
primaryClass={cs.CL},
|
| 212 |
+
url={https://arxiv.org/abs/2401.02415},
|
| 213 |
+
}
|
| 214 |
+
```
|