leaderboard-pr-bot
commited on
Commit
•
31510fc
1
Parent(s):
ae7f22e
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
@@ -81,4 +81,17 @@ function quicksort(array) {
|
|
81 |
if (left < right) {
|
82 |
quicksort(array, left, right);
|
83 |
}
|
84 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
81 |
if (left < right) {
|
82 |
quicksort(array, left, right);
|
83 |
}
|
84 |
+
```
|
85 |
+
# [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
|
86 |
+
Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_lxe__Cerebras-GPT-2.7B-Alpaca-SP)
|
87 |
+
|
88 |
+
| Metric | Value |
|
89 |
+
|-----------------------|---------------------------|
|
90 |
+
| Avg. | 29.4 |
|
91 |
+
| ARC (25-shot) | 30.8 |
|
92 |
+
| HellaSwag (10-shot) | 48.88 |
|
93 |
+
| MMLU (5-shot) | 25.12 |
|
94 |
+
| TruthfulQA (0-shot) | 40.24 |
|
95 |
+
| Winogrande (5-shot) | 55.41 |
|
96 |
+
| GSM8K (5-shot) | 0.53 |
|
97 |
+
| DROP (3-shot) | 4.78 |
|