Commit
•
467960c
1
Parent(s):
65ee08a
Adding Evaluation Results (#1)
Browse files- Adding Evaluation Results (9c40a54646b92cc3e1959fff18fedb48b723dd63)
Co-authored-by: Open LLM Leaderboard PR Bot <[email protected]>
README.md
CHANGED
@@ -1,15 +1,110 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
2 |
base_model:
|
3 |
- flammenai/Mahou-1.2-llama3-8B
|
4 |
- lemon07r/Llama-3-RedMagic2-8B
|
5 |
- lemon07r/Lllama-3-RedElixir-8B
|
6 |
- NousResearch/Meta-Llama-3-8B
|
7 |
- nbeerbower/llama-3-spicy-abliterated-stella-8B
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
-
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
---
|
14 |
# Llama-3-RedMagic4-8B
|
15 |
|
@@ -48,4 +143,17 @@ slices:
|
|
48 |
model: flammenai/Mahou-1.2-llama3-8B
|
49 |
- layer_range: [0, 32]
|
50 |
model: NousResearch/Meta-Llama-3-8B
|
51 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
license: llama3
|
3 |
+
library_name: transformers
|
4 |
+
tags:
|
5 |
+
- mergekit
|
6 |
+
- merge
|
7 |
base_model:
|
8 |
- flammenai/Mahou-1.2-llama3-8B
|
9 |
- lemon07r/Llama-3-RedMagic2-8B
|
10 |
- lemon07r/Lllama-3-RedElixir-8B
|
11 |
- NousResearch/Meta-Llama-3-8B
|
12 |
- nbeerbower/llama-3-spicy-abliterated-stella-8B
|
13 |
+
model-index:
|
14 |
+
- name: Llama-3-RedMagic4-8B
|
15 |
+
results:
|
16 |
+
- task:
|
17 |
+
type: text-generation
|
18 |
+
name: Text Generation
|
19 |
+
dataset:
|
20 |
+
name: IFEval (0-Shot)
|
21 |
+
type: HuggingFaceH4/ifeval
|
22 |
+
args:
|
23 |
+
num_few_shot: 0
|
24 |
+
metrics:
|
25 |
+
- type: inst_level_strict_acc and prompt_level_strict_acc
|
26 |
+
value: 48.64
|
27 |
+
name: strict accuracy
|
28 |
+
source:
|
29 |
+
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=lemon07r/Llama-3-RedMagic4-8B
|
30 |
+
name: Open LLM Leaderboard
|
31 |
+
- task:
|
32 |
+
type: text-generation
|
33 |
+
name: Text Generation
|
34 |
+
dataset:
|
35 |
+
name: BBH (3-Shot)
|
36 |
+
type: BBH
|
37 |
+
args:
|
38 |
+
num_few_shot: 3
|
39 |
+
metrics:
|
40 |
+
- type: acc_norm
|
41 |
+
value: 19.48
|
42 |
+
name: normalized accuracy
|
43 |
+
source:
|
44 |
+
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=lemon07r/Llama-3-RedMagic4-8B
|
45 |
+
name: Open LLM Leaderboard
|
46 |
+
- task:
|
47 |
+
type: text-generation
|
48 |
+
name: Text Generation
|
49 |
+
dataset:
|
50 |
+
name: MATH Lvl 5 (4-Shot)
|
51 |
+
type: hendrycks/competition_math
|
52 |
+
args:
|
53 |
+
num_few_shot: 4
|
54 |
+
metrics:
|
55 |
+
- type: exact_match
|
56 |
+
value: 8.31
|
57 |
+
name: exact match
|
58 |
+
source:
|
59 |
+
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=lemon07r/Llama-3-RedMagic4-8B
|
60 |
+
name: Open LLM Leaderboard
|
61 |
+
- task:
|
62 |
+
type: text-generation
|
63 |
+
name: Text Generation
|
64 |
+
dataset:
|
65 |
+
name: GPQA (0-shot)
|
66 |
+
type: Idavidrein/gpqa
|
67 |
+
args:
|
68 |
+
num_few_shot: 0
|
69 |
+
metrics:
|
70 |
+
- type: acc_norm
|
71 |
+
value: 5.37
|
72 |
+
name: acc_norm
|
73 |
+
source:
|
74 |
+
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=lemon07r/Llama-3-RedMagic4-8B
|
75 |
+
name: Open LLM Leaderboard
|
76 |
+
- task:
|
77 |
+
type: text-generation
|
78 |
+
name: Text Generation
|
79 |
+
dataset:
|
80 |
+
name: MuSR (0-shot)
|
81 |
+
type: TAUR-Lab/MuSR
|
82 |
+
args:
|
83 |
+
num_few_shot: 0
|
84 |
+
metrics:
|
85 |
+
- type: acc_norm
|
86 |
+
value: 4.38
|
87 |
+
name: acc_norm
|
88 |
+
source:
|
89 |
+
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=lemon07r/Llama-3-RedMagic4-8B
|
90 |
+
name: Open LLM Leaderboard
|
91 |
+
- task:
|
92 |
+
type: text-generation
|
93 |
+
name: Text Generation
|
94 |
+
dataset:
|
95 |
+
name: MMLU-PRO (5-shot)
|
96 |
+
type: TIGER-Lab/MMLU-Pro
|
97 |
+
config: main
|
98 |
+
split: test
|
99 |
+
args:
|
100 |
+
num_few_shot: 5
|
101 |
+
metrics:
|
102 |
+
- type: acc
|
103 |
+
value: 29.73
|
104 |
+
name: accuracy
|
105 |
+
source:
|
106 |
+
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=lemon07r/Llama-3-RedMagic4-8B
|
107 |
+
name: Open LLM Leaderboard
|
108 |
---
|
109 |
# Llama-3-RedMagic4-8B
|
110 |
|
|
|
143 |
model: flammenai/Mahou-1.2-llama3-8B
|
144 |
- layer_range: [0, 32]
|
145 |
model: NousResearch/Meta-Llama-3-8B
|
146 |
+
```
|
147 |
+
# [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard)
|
148 |
+
Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_lemon07r__Llama-3-RedMagic4-8B)
|
149 |
+
|
150 |
+
| Metric |Value|
|
151 |
+
|-------------------|----:|
|
152 |
+
|Avg. |19.32|
|
153 |
+
|IFEval (0-Shot) |48.64|
|
154 |
+
|BBH (3-Shot) |19.48|
|
155 |
+
|MATH Lvl 5 (4-Shot)| 8.31|
|
156 |
+
|GPQA (0-shot) | 5.37|
|
157 |
+
|MuSR (0-shot) | 4.38|
|
158 |
+
|MMLU-PRO (5-shot) |29.73|
|
159 |
+
|