leaderboard-pr-bot
commited on
Commit
•
641b3b4
1
Parent(s):
198b8d9
Adding Evaluation Results
Browse filesThis is an automated PR created with https://huggingface.co/spaces/Weyaxi/open-llm-leaderboard-results-pr
The purpose of this PR is to add evaluation results from the Open LLM Leaderboard to your model card.
If you encounter any issues, please report them to https://huggingface.co/spaces/Weyaxi/open-llm-leaderboard-results-pr/discussions
README.md
CHANGED
@@ -133,4 +133,17 @@ The code in this project is open-source under the [Apache-2.0](LICENSE) license,
|
|
133 |
## Acknowledgements
|
134 |
- In this project, we used model weights from BigScience's [bloomz-7b1-mt](https://huggingface.co/bigscience/bloomz-7b1-mt) and Meta's [Llama 2](https://huggingface.co/meta-llama) series as initialization weights, along with vocabulary expansion.
|
135 |
- The training code in this project was inspired by Databricks' [dolly](https://github.com/databrickslabs/dolly) project and Huggingface's [transformers](https://github.com/huggingface/transformers) library.
|
136 |
-
- Distributed training in this project utilized Microsoft's [DeepSpeed](https://github.com/microsoft/deepspeed) distributed training tool and configuration files from Huggingface transformers' [ZeRO stage 2](https://huggingface.co/docs/transformers/main_classes/deepspeed#zero2-config).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
133 |
## Acknowledgements
|
134 |
- In this project, we used model weights from BigScience's [bloomz-7b1-mt](https://huggingface.co/bigscience/bloomz-7b1-mt) and Meta's [Llama 2](https://huggingface.co/meta-llama) series as initialization weights, along with vocabulary expansion.
|
135 |
- The training code in this project was inspired by Databricks' [dolly](https://github.com/databrickslabs/dolly) project and Huggingface's [transformers](https://github.com/huggingface/transformers) library.
|
136 |
+
- Distributed training in this project utilized Microsoft's [DeepSpeed](https://github.com/microsoft/deepspeed) distributed training tool and configuration files from Huggingface transformers' [ZeRO stage 2](https://huggingface.co/docs/transformers/main_classes/deepspeed#zero2-config).
|
137 |
+
# [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
|
138 |
+
Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_wenge-research__yayi-7b)
|
139 |
+
|
140 |
+
| Metric | Value |
|
141 |
+
|-----------------------|---------------------------|
|
142 |
+
| Avg. | 37.99 |
|
143 |
+
| ARC (25-shot) | 46.33 |
|
144 |
+
| HellaSwag (10-shot) | 61.72 |
|
145 |
+
| MMLU (5-shot) | 36.34 |
|
146 |
+
| TruthfulQA (0-shot) | 43.7 |
|
147 |
+
| Winogrande (5-shot) | 62.27 |
|
148 |
+
| GSM8K (5-shot) | 0.91 |
|
149 |
+
| DROP (3-shot) | 14.67 |
|