Commit
·
a782f4e
1
Parent(s):
47472b3
Adding Evaluation Results (#1)
Browse files- Adding Evaluation Results (731eeae7c8b5d98b4e3309fe34c721b5cb5464d0)
Co-authored-by: Open LLM Leaderboard PR Bot <leaderboard-pr-bot@users.noreply.huggingface.co>
README.md
CHANGED
@@ -50,4 +50,17 @@ model.to(device)
|
|
50 |
generated_ids = model.generate(model_inputs, max_new_tokens=1000, do_sample=True)
|
51 |
decoded = tokenizer.batch_decode(generated_ids)
|
52 |
print(decoded[0])
|
53 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
generated_ids = model.generate(model_inputs, max_new_tokens=1000, do_sample=True)
|
51 |
decoded = tokenizer.batch_decode(generated_ids)
|
52 |
print(decoded[0])
|
53 |
+
```
|
54 |
+
# [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
|
55 |
+
Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_maywell__koOpenChat-sft)
|
56 |
+
|
57 |
+
| Metric | Value |
|
58 |
+
|-----------------------|---------------------------|
|
59 |
+
| Avg. | 51.36 |
|
60 |
+
| ARC (25-shot) | 59.81 |
|
61 |
+
| HellaSwag (10-shot) | 78.73 |
|
62 |
+
| MMLU (5-shot) | 61.32 |
|
63 |
+
| TruthfulQA (0-shot) | 51.24 |
|
64 |
+
| Winogrande (5-shot) | 76.4 |
|
65 |
+
| GSM8K (5-shot) | 24.18 |
|
66 |
+
| DROP (3-shot) | 7.82 |
|