leaderboard-pr-bot
commited on
Commit
·
e2c05a1
1
Parent(s):
8586359
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
@@ -110,4 +110,17 @@ Dame una lista de 5 lugares a visitar en España.
|
|
110 |
|
111 |
result = pipe(prompt)
|
112 |
print(result[0]['generated_text'])
|
113 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
110 |
|
111 |
result = pipe(prompt)
|
112 |
print(result[0]['generated_text'])
|
113 |
+
```
|
114 |
+
# [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
|
115 |
+
Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_clibrain__Llama-2-13b-ft-instruct-es)
|
116 |
+
|
117 |
+
| Metric | Value |
|
118 |
+
|-----------------------|---------------------------|
|
119 |
+
| Avg. | 46.27 |
|
120 |
+
| ARC (25-shot) | 59.39 |
|
121 |
+
| HellaSwag (10-shot) | 81.51 |
|
122 |
+
| MMLU (5-shot) | 54.31 |
|
123 |
+
| TruthfulQA (0-shot) | 37.81 |
|
124 |
+
| Winogrande (5-shot) | 75.77 |
|
125 |
+
| GSM8K (5-shot) | 8.57 |
|
126 |
+
| DROP (3-shot) | 6.55 |
|