kiranr leaderboard-pr-bot commited on
Commit
40d794f
1 Parent(s): 3b7442b

Adding Evaluation Results (#1)

Browse files

- Adding Evaluation Results (adf9d95c8e4526beb8686803282ab5041cc75f2a)


Co-authored-by: Open LLM Leaderboard PR Bot <leaderboard-pr-bot@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +14 -1
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 |