leaderboard-pr-bot
commited on
Commit
•
e3d57f3
1
Parent(s):
1ccc1b9
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
@@ -70,4 +70,17 @@ with open(json_filename, "w") as json_file:
|
|
70 |
json.dump(extracted_data, json_file, indent=4)
|
71 |
|
72 |
print(f"數據已提取並保存為 {json_filename}")
|
73 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
70 |
json.dump(extracted_data, json_file, indent=4)
|
71 |
|
72 |
print(f"數據已提取並保存為 {json_filename}")
|
73 |
+
```
|
74 |
+
# [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
|
75 |
+
Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_CHIH-HUNG__llama-2-13b-Open_Platypus_and_ccp_2.6w-3_epoch)
|
76 |
+
|
77 |
+
| Metric | Value |
|
78 |
+
|-----------------------|---------------------------|
|
79 |
+
| Avg. | 47.19 |
|
80 |
+
| ARC (25-shot) | 58.62 |
|
81 |
+
| HellaSwag (10-shot) | 82.56 |
|
82 |
+
| MMLU (5-shot) | 55.84 |
|
83 |
+
| TruthfulQA (0-shot) | 42.09 |
|
84 |
+
| Winogrande (5-shot) | 76.64 |
|
85 |
+
| GSM8K (5-shot) | 7.05 |
|
86 |
+
| DROP (3-shot) | 7.54 |
|