leaderboard-pr-bot
commited on
Commit
•
9ae8f90
1
Parent(s):
acfe273
Adding Evaluation Results
Browse filesThis 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
README.md
CHANGED
@@ -169,3 +169,17 @@ tokenizer = AutoTokenizer.from_pretrained("KoboldAI/GPT-J-6B-Skein")
|
|
169 |
model = AutoModelForCausalLM.from_pretrained("KoboldAI/GPT-J-6B-Skein")
|
170 |
```
|
171 |
</details>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
169 |
model = AutoModelForCausalLM.from_pretrained("KoboldAI/GPT-J-6B-Skein")
|
170 |
```
|
171 |
</details>
|
172 |
+
|
173 |
+
# [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
|
174 |
+
Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_KoboldAI__GPT-J-6B-Skein)
|
175 |
+
|
176 |
+
| Metric | Value |
|
177 |
+
|-----------------------|---------------------------|
|
178 |
+
| Avg. | 35.0 |
|
179 |
+
| ARC (25-shot) | 42.58 |
|
180 |
+
| HellaSwag (10-shot) | 68.69 |
|
181 |
+
| MMLU (5-shot) | 24.88 |
|
182 |
+
| TruthfulQA (0-shot) | 38.7 |
|
183 |
+
| Winogrande (5-shot) | 63.85 |
|
184 |
+
| GSM8K (5-shot) | 1.44 |
|
185 |
+
| DROP (3-shot) | 4.86 |
|