leaderboard-pr-bot
commited on
Commit
•
1bf3d6c
1
Parent(s):
e6aed95
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
@@ -1,4 +1,7 @@
|
|
1 |
---
|
|
|
|
|
|
|
2 |
library_name: transformers
|
3 |
tags:
|
4 |
- unsloth
|
@@ -6,16 +9,108 @@ tags:
|
|
6 |
- sft
|
7 |
- theprint
|
8 |
- ReWiz
|
9 |
-
|
|
|
10 |
datasets:
|
11 |
- KingNish/reasoning-base-20k
|
12 |
- arcee-ai/EvolKit-20k
|
13 |
- cognitivecomputations/WizardLM_alpaca_evol_instruct_70k_unfiltered
|
14 |
-
language:
|
15 |
-
- en
|
16 |
-
base_model:
|
17 |
-
- unsloth/Llama-3.2-3B-Instruct
|
18 |
pipeline_tag: text-generation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
---
|
20 |
|
21 |
# Model Card for Model ID
|
@@ -37,3 +132,17 @@ This is the model card of a 🤗 transformers model that has been pushed on the
|
|
37 |
- **Shared by [optional]:** You?
|
38 |
|
39 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
license: apache-2.0
|
5 |
library_name: transformers
|
6 |
tags:
|
7 |
- unsloth
|
|
|
9 |
- sft
|
10 |
- theprint
|
11 |
- ReWiz
|
12 |
+
base_model:
|
13 |
+
- unsloth/Llama-3.2-3B-Instruct
|
14 |
datasets:
|
15 |
- KingNish/reasoning-base-20k
|
16 |
- arcee-ai/EvolKit-20k
|
17 |
- cognitivecomputations/WizardLM_alpaca_evol_instruct_70k_unfiltered
|
|
|
|
|
|
|
|
|
18 |
pipeline_tag: text-generation
|
19 |
+
model-index:
|
20 |
+
- name: ReWiz-Llama-3.2-3B
|
21 |
+
results:
|
22 |
+
- task:
|
23 |
+
type: text-generation
|
24 |
+
name: Text Generation
|
25 |
+
dataset:
|
26 |
+
name: IFEval (0-Shot)
|
27 |
+
type: HuggingFaceH4/ifeval
|
28 |
+
args:
|
29 |
+
num_few_shot: 0
|
30 |
+
metrics:
|
31 |
+
- type: inst_level_strict_acc and prompt_level_strict_acc
|
32 |
+
value: 46.49
|
33 |
+
name: strict accuracy
|
34 |
+
source:
|
35 |
+
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=theprint/ReWiz-Llama-3.2-3B
|
36 |
+
name: Open LLM Leaderboard
|
37 |
+
- task:
|
38 |
+
type: text-generation
|
39 |
+
name: Text Generation
|
40 |
+
dataset:
|
41 |
+
name: BBH (3-Shot)
|
42 |
+
type: BBH
|
43 |
+
args:
|
44 |
+
num_few_shot: 3
|
45 |
+
metrics:
|
46 |
+
- type: acc_norm
|
47 |
+
value: 19.29
|
48 |
+
name: normalized accuracy
|
49 |
+
source:
|
50 |
+
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=theprint/ReWiz-Llama-3.2-3B
|
51 |
+
name: Open LLM Leaderboard
|
52 |
+
- task:
|
53 |
+
type: text-generation
|
54 |
+
name: Text Generation
|
55 |
+
dataset:
|
56 |
+
name: MATH Lvl 5 (4-Shot)
|
57 |
+
type: hendrycks/competition_math
|
58 |
+
args:
|
59 |
+
num_few_shot: 4
|
60 |
+
metrics:
|
61 |
+
- type: exact_match
|
62 |
+
value: 9.74
|
63 |
+
name: exact match
|
64 |
+
source:
|
65 |
+
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=theprint/ReWiz-Llama-3.2-3B
|
66 |
+
name: Open LLM Leaderboard
|
67 |
+
- task:
|
68 |
+
type: text-generation
|
69 |
+
name: Text Generation
|
70 |
+
dataset:
|
71 |
+
name: GPQA (0-shot)
|
72 |
+
type: Idavidrein/gpqa
|
73 |
+
args:
|
74 |
+
num_few_shot: 0
|
75 |
+
metrics:
|
76 |
+
- type: acc_norm
|
77 |
+
value: 4.47
|
78 |
+
name: acc_norm
|
79 |
+
source:
|
80 |
+
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=theprint/ReWiz-Llama-3.2-3B
|
81 |
+
name: Open LLM Leaderboard
|
82 |
+
- task:
|
83 |
+
type: text-generation
|
84 |
+
name: Text Generation
|
85 |
+
dataset:
|
86 |
+
name: MuSR (0-shot)
|
87 |
+
type: TAUR-Lab/MuSR
|
88 |
+
args:
|
89 |
+
num_few_shot: 0
|
90 |
+
metrics:
|
91 |
+
- type: acc_norm
|
92 |
+
value: 6.94
|
93 |
+
name: acc_norm
|
94 |
+
source:
|
95 |
+
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=theprint/ReWiz-Llama-3.2-3B
|
96 |
+
name: Open LLM Leaderboard
|
97 |
+
- task:
|
98 |
+
type: text-generation
|
99 |
+
name: Text Generation
|
100 |
+
dataset:
|
101 |
+
name: MMLU-PRO (5-shot)
|
102 |
+
type: TIGER-Lab/MMLU-Pro
|
103 |
+
config: main
|
104 |
+
split: test
|
105 |
+
args:
|
106 |
+
num_few_shot: 5
|
107 |
+
metrics:
|
108 |
+
- type: acc
|
109 |
+
value: 20.97
|
110 |
+
name: accuracy
|
111 |
+
source:
|
112 |
+
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=theprint/ReWiz-Llama-3.2-3B
|
113 |
+
name: Open LLM Leaderboard
|
114 |
---
|
115 |
|
116 |
# Model Card for Model ID
|
|
|
132 |
- **Shared by [optional]:** You?
|
133 |
|
134 |
|
135 |
+
|
136 |
+
# [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard)
|
137 |
+
Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_theprint__ReWiz-Llama-3.2-3B)
|
138 |
+
|
139 |
+
| Metric |Value|
|
140 |
+
|-------------------|----:|
|
141 |
+
|Avg. |17.98|
|
142 |
+
|IFEval (0-Shot) |46.49|
|
143 |
+
|BBH (3-Shot) |19.29|
|
144 |
+
|MATH Lvl 5 (4-Shot)| 9.74|
|
145 |
+
|GPQA (0-shot) | 4.47|
|
146 |
+
|MuSR (0-shot) | 6.94|
|
147 |
+
|MMLU-PRO (5-shot) |20.97|
|
148 |
+
|