Commit
·
d9c51e9
1
Parent(s):
dfa58cf
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
@@ -73,4 +73,17 @@ with open(json_filename, "w") as json_file:
|
|
73 |
json.dump(extracted_data, json_file, indent=4)
|
74 |
|
75 |
print(f"數據已提取並保存為 {json_filename}")
|
76 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
73 |
json.dump(extracted_data, json_file, indent=4)
|
74 |
|
75 |
print(f"數據已提取並保存為 {json_filename}")
|
76 |
+
```
|
77 |
+
# [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
|
78 |
+
Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_CHIH-HUNG__llama-2-13b-dolphin_20w)
|
79 |
+
|
80 |
+
| Metric | Value |
|
81 |
+
|-----------------------|---------------------------|
|
82 |
+
| Avg. | 50.48 |
|
83 |
+
| ARC (25-shot) | 59.56 |
|
84 |
+
| HellaSwag (10-shot) | 82.55 |
|
85 |
+
| MMLU (5-shot) | 55.89 |
|
86 |
+
| TruthfulQA (0-shot) | 42.67 |
|
87 |
+
| Winogrande (5-shot) | 77.27 |
|
88 |
+
| GSM8K (5-shot) | 12.43 |
|
89 |
+
| DROP (3-shot) | 23.01 |
|