leaderboard-pr-bot commited on
Commit
f36bc1b
1 Parent(s): dff91c0

Adding Evaluation Results

Browse files

This 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

Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -54,3 +54,17 @@ print(tokenizer.decode(generated_ids[0], skip_special_tokens=True))
54
  year={2022}
55
  }
56
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
54
  year={2022}
55
  }
56
  ```
57
+
58
+ # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
59
+ Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_Salesforce__codegen-6B-nl)
60
+
61
+ | Metric | Value |
62
+ |-----------------------|---------------------------|
63
+ | Avg. | 34.92 |
64
+ | ARC (25-shot) | 42.32 |
65
+ | HellaSwag (10-shot) | 68.59 |
66
+ | MMLU (5-shot) | 25.93 |
67
+ | TruthfulQA (0-shot) | 34.47 |
68
+ | Winogrande (5-shot) | 66.46 |
69
+ | GSM8K (5-shot) | 2.2 |
70
+ | DROP (3-shot) | 4.46 |