leaderboard-pr-bot
commited on
Commit
•
984c374
1
Parent(s):
0946550
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
@@ -25,4 +25,17 @@ outputs = model.generate(**inputs, max_new_tokens=16)
|
|
25 |
print(tokenizer.batch_decode(outputs, skip_special_tokens=False))
|
26 |
```
|
27 |
|
28 |
-
output: `['Human: Hi, nice to meet you!\n\nAssistant: Hello. Great to meet you too. Well, how can I assist you today?<|endoftext|>']`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
print(tokenizer.batch_decode(outputs, skip_special_tokens=False))
|
26 |
```
|
27 |
|
28 |
+
output: `['Human: Hi, nice to meet you!\n\nAssistant: Hello. Great to meet you too. Well, how can I assist you today?<|endoftext|>']`
|
29 |
+
# [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
|
30 |
+
Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_heegyu__WizardVicuna-open-llama-3b-v2)
|
31 |
+
|
32 |
+
| Metric | Value |
|
33 |
+
|-----------------------|---------------------------|
|
34 |
+
| Avg. | 34.11 |
|
35 |
+
| ARC (25-shot) | 37.71 |
|
36 |
+
| HellaSwag (10-shot) | 66.6 |
|
37 |
+
| MMLU (5-shot) | 27.23 |
|
38 |
+
| TruthfulQA (0-shot) | 36.8 |
|
39 |
+
| Winogrande (5-shot) | 63.3 |
|
40 |
+
| GSM8K (5-shot) | 0.99 |
|
41 |
+
| DROP (3-shot) | 6.12 |
|