leaderboard-pr-bot
commited on
Commit
•
779b334
1
Parent(s):
fc25351
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
@@ -60,4 +60,17 @@ with torch.no_grad():
|
|
60 |
).cuda()
|
61 |
output = tokenizer.decode(output_ids[0], skip_special_tokens=True)
|
62 |
print(output.replace(prompt, '').strip())
|
63 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
60 |
).cuda()
|
61 |
output = tokenizer.decode(output_ids[0], skip_special_tokens=True)
|
62 |
print(output.replace(prompt, '').strip())
|
63 |
+
```
|
64 |
+
# [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
|
65 |
+
Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_minlik__chinese-alpaca-33b-merged)
|
66 |
+
|
67 |
+
| Metric | Value |
|
68 |
+
|-----------------------|---------------------------|
|
69 |
+
| Avg. | 53.09 |
|
70 |
+
| ARC (25-shot) | 59.3 |
|
71 |
+
| HellaSwag (10-shot) | 78.43 |
|
72 |
+
| MMLU (5-shot) | 57.69 |
|
73 |
+
| TruthfulQA (0-shot) | 52.45 |
|
74 |
+
| Winogrande (5-shot) | 76.09 |
|
75 |
+
| GSM8K (5-shot) | 8.04 |
|
76 |
+
| DROP (3-shot) | 39.67 |
|