leaderboard-pr-bot commited on
Commit
26406a5
1 Parent(s): b65951b

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-16B-nl)
60
+
61
+ | Metric | Value |
62
+ |-----------------------|---------------------------|
63
+ | Avg. | 37.22 |
64
+ | ARC (25-shot) | 46.76 |
65
+ | HellaSwag (10-shot) | 71.87 |
66
+ | MMLU (5-shot) | 32.35 |
67
+ | TruthfulQA (0-shot) | 33.95 |
68
+ | Winogrande (5-shot) | 67.96 |
69
+ | GSM8K (5-shot) | 2.65 |
70
+ | DROP (3-shot) | 5.01 |