leaderboard-pr-bot
commited on
Commit
·
9b93358
1
Parent(s):
3e91873
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
@@ -21,4 +21,17 @@ cfg = GPTNeoXConfig(
|
|
21 |
hidden_act = "gelu_new",
|
22 |
tokenizer = "NeelNanda/gpt-neox-tokenizer-digits"
|
23 |
)
|
24 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
hidden_act = "gelu_new",
|
22 |
tokenizer = "NeelNanda/gpt-neox-tokenizer-digits"
|
23 |
)
|
24 |
+
```
|
25 |
+
# [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
|
26 |
+
Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_euclaise__gpt-neox-122m-minipile-digits)
|
27 |
+
|
28 |
+
| Metric | Value |
|
29 |
+
|-----------------------|---------------------------|
|
30 |
+
| Avg. | 25.1 |
|
31 |
+
| ARC (25-shot) | 20.73 |
|
32 |
+
| HellaSwag (10-shot) | 27.03 |
|
33 |
+
| MMLU (5-shot) | 25.31 |
|
34 |
+
| TruthfulQA (0-shot) | 49.19 |
|
35 |
+
| Winogrande (5-shot) | 52.33 |
|
36 |
+
| GSM8K (5-shot) | 0.0 |
|
37 |
+
| DROP (3-shot) | 1.09 |
|