leaderboard-pr-bot
commited on
Commit
·
8f64836
1
Parent(s):
caf0470
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
@@ -30,3 +30,17 @@ from transformers import AutoModelForCausalLM, AutoTokenizer
|
|
30 |
tokenizer = AutoTokenizer.from_pretrained("hiyouga/Baichuan2-7B-Base-LLaMAfied", use_fast=False)
|
31 |
model = AutoModelForCausalLM.from_pretrained("hiyouga/Baichuan2-7B-Base-LLaMAfied").cuda()
|
32 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
tokenizer = AutoTokenizer.from_pretrained("hiyouga/Baichuan2-7B-Base-LLaMAfied", use_fast=False)
|
31 |
model = AutoModelForCausalLM.from_pretrained("hiyouga/Baichuan2-7B-Base-LLaMAfied").cuda()
|
32 |
```
|
33 |
+
|
34 |
+
# [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
|
35 |
+
Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_hiyouga__Baichuan2-7B-Base-LLaMAfied)
|
36 |
+
|
37 |
+
| Metric | Value |
|
38 |
+
|-----------------------|---------------------------|
|
39 |
+
| Avg. | 42.83 |
|
40 |
+
| ARC (25-shot) | 49.57 |
|
41 |
+
| HellaSwag (10-shot) | 73.45 |
|
42 |
+
| MMLU (5-shot) | 54.86 |
|
43 |
+
| TruthfulQA (0-shot) | 37.54 |
|
44 |
+
| Winogrande (5-shot) | 70.72 |
|
45 |
+
| GSM8K (5-shot) | 7.81 |
|
46 |
+
| DROP (3-shot) | 5.85 |
|