leaderboard-pr-bot
commited on
Commit
•
65a48a7
1
Parent(s):
4859cf5
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
@@ -82,4 +82,17 @@ prompt = "Elmesélek egy történetet a nyelvtechnológiáról."
|
|
82 |
generator = pipeline(task="text-generation", model=model, tokenizer=tokenizer)
|
83 |
|
84 |
print(generator(prompt)[0]["generated_text"])
|
85 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
82 |
generator = pipeline(task="text-generation", model=model, tokenizer=tokenizer)
|
83 |
|
84 |
print(generator(prompt)[0]["generated_text"])
|
85 |
+
```
|
86 |
+
# [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
|
87 |
+
Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_NYTK__PULI-GPTrio)
|
88 |
+
|
89 |
+
| Metric | Value |
|
90 |
+
|-----------------------|---------------------------|
|
91 |
+
| Avg. | 30.07 |
|
92 |
+
| ARC (25-shot) | 30.72 |
|
93 |
+
| HellaSwag (10-shot) | 53.49 |
|
94 |
+
| MMLU (5-shot) | 24.73 |
|
95 |
+
| TruthfulQA (0-shot) | 39.03 |
|
96 |
+
| Winogrande (5-shot) | 57.77 |
|
97 |
+
| GSM8K (5-shot) | 0.76 |
|
98 |
+
| DROP (3-shot) | 4.03 |
|