Commit
•
be65142
1
Parent(s):
3e91873
Adding Evaluation Results (#2)
Browse files- Adding Evaluation Results (9b933588dc579a5f6a09ad17b912d54879bd80bc)
Co-authored-by: Open LLM Leaderboard PR Bot <[email protected]>
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 |
|