Adding Evaluation Results
#1
by
leaderboard-pr-bot
- opened
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 |
|