Commit
·
93cab28
1
Parent(s):
67c4472
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
@@ -76,3 +76,17 @@ with open(json_filename, "w") as json_file:
|
|
76 |
|
77 |
print(f"數據已提取並保存為 {json_filename}")
|
78 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
76 |
|
77 |
print(f"數據已提取並保存為 {json_filename}")
|
78 |
```
|
79 |
+
|
80 |
+
# [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
|
81 |
+
Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_CHIH-HUNG__llama-2-13b-OpenOrca_5w)
|
82 |
+
|
83 |
+
| Metric | Value |
|
84 |
+
|-----------------------|---------------------------|
|
85 |
+
| Avg. | 48.96 |
|
86 |
+
| ARC (25-shot) | 61.01 |
|
87 |
+
| HellaSwag (10-shot) | 82.82 |
|
88 |
+
| MMLU (5-shot) | 56.09 |
|
89 |
+
| TruthfulQA (0-shot) | 44.87 |
|
90 |
+
| Winogrande (5-shot) | 77.74 |
|
91 |
+
| GSM8K (5-shot) | 12.28 |
|
92 |
+
| DROP (3-shot) | 7.92 |
|