leaderboard-pr-bot
commited on
Commit
•
909145b
1
Parent(s):
2d58b1e
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
@@ -55,3 +55,17 @@ print(tokenizer.decode(generated_ids[0], skip_special_tokens=True))
|
|
55 |
year={2022}
|
56 |
}
|
57 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
55 |
year={2022}
|
56 |
}
|
57 |
```
|
58 |
+
|
59 |
+
# [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
|
60 |
+
Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_Salesforce__codegen-6B-multi)
|
61 |
+
|
62 |
+
| Metric | Value |
|
63 |
+
|-----------------------|---------------------------|
|
64 |
+
| Avg. | 28.38 |
|
65 |
+
| ARC (25-shot) | 27.22 |
|
66 |
+
| HellaSwag (10-shot) | 41.11 |
|
67 |
+
| MMLU (5-shot) | 25.71 |
|
68 |
+
| TruthfulQA (0-shot) | 45.65 |
|
69 |
+
| Winogrande (5-shot) | 53.91 |
|
70 |
+
| GSM8K (5-shot) | 0.99 |
|
71 |
+
| DROP (3-shot) | 4.06 |
|