Adding Evaluation Results
#1
by
leaderboard-pr-bot
- opened
README.md
CHANGED
@@ -59,4 +59,17 @@ output = model.generate(**all_inputs, streamer=streamer)
|
|
59 |
print("-"*20)
|
60 |
print(output)
|
61 |
|
62 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
59 |
print("-"*20)
|
60 |
print(output)
|
61 |
|
62 |
+
```
|
63 |
+
# [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
|
64 |
+
Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_Writer__palmyra-20b-chat)
|
65 |
+
|
66 |
+
| Metric | Value |
|
67 |
+
|-----------------------|---------------------------|
|
68 |
+
| Avg. | 38.97 |
|
69 |
+
| ARC (25-shot) | 43.52 |
|
70 |
+
| HellaSwag (10-shot) | 72.83 |
|
71 |
+
| MMLU (5-shot) | 35.18 |
|
72 |
+
| TruthfulQA (0-shot) | 43.17 |
|
73 |
+
| Winogrande (5-shot) | 66.46 |
|
74 |
+
| GSM8K (5-shot) | 3.94 |
|
75 |
+
| DROP (3-shot) | 7.7 |
|