Triangle104
commited on
Adding Evaluation Results (#1)
Browse files- Adding Evaluation Results (be106ae651004ee8e22cdea69571714f22a4b077)
README.md
CHANGED
@@ -1,4 +1,9 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
2 |
base_model:
|
3 |
- elinas/Chronos-Gold-12B-1.0
|
4 |
- nbeerbower/mistral-nemo-gutenberg3-12B
|
@@ -6,11 +11,101 @@ base_model:
|
|
6 |
- nothingiisreal/MN-12B-Celeste-V1.9
|
7 |
- Gryphe/Pantheon-RP-1.6.1-12b-Nemo
|
8 |
- anthracite-org/magnum-v4-12b
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
-
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
---
|
15 |
# Merge
|
16 |
|
@@ -55,4 +150,17 @@ parameters:
|
|
55 |
normalize: true
|
56 |
dtype: bfloat16
|
57 |
|
58 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
license: apache-2.0
|
3 |
+
library_name: transformers
|
4 |
+
tags:
|
5 |
+
- mergekit
|
6 |
+
- merge
|
7 |
base_model:
|
8 |
- elinas/Chronos-Gold-12B-1.0
|
9 |
- nbeerbower/mistral-nemo-gutenberg3-12B
|
|
|
11 |
- nothingiisreal/MN-12B-Celeste-V1.9
|
12 |
- Gryphe/Pantheon-RP-1.6.1-12b-Nemo
|
13 |
- anthracite-org/magnum-v4-12b
|
14 |
+
model-index:
|
15 |
+
- name: Annunaki-12b
|
16 |
+
results:
|
17 |
+
- task:
|
18 |
+
type: text-generation
|
19 |
+
name: Text Generation
|
20 |
+
dataset:
|
21 |
+
name: IFEval (0-Shot)
|
22 |
+
type: HuggingFaceH4/ifeval
|
23 |
+
args:
|
24 |
+
num_few_shot: 0
|
25 |
+
metrics:
|
26 |
+
- type: inst_level_strict_acc and prompt_level_strict_acc
|
27 |
+
value: 38.72
|
28 |
+
name: strict accuracy
|
29 |
+
source:
|
30 |
+
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=Triangle104/Annunaki-12b
|
31 |
+
name: Open LLM Leaderboard
|
32 |
+
- task:
|
33 |
+
type: text-generation
|
34 |
+
name: Text Generation
|
35 |
+
dataset:
|
36 |
+
name: BBH (3-Shot)
|
37 |
+
type: BBH
|
38 |
+
args:
|
39 |
+
num_few_shot: 3
|
40 |
+
metrics:
|
41 |
+
- type: acc_norm
|
42 |
+
value: 35.32
|
43 |
+
name: normalized accuracy
|
44 |
+
source:
|
45 |
+
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=Triangle104/Annunaki-12b
|
46 |
+
name: Open LLM Leaderboard
|
47 |
+
- task:
|
48 |
+
type: text-generation
|
49 |
+
name: Text Generation
|
50 |
+
dataset:
|
51 |
+
name: MATH Lvl 5 (4-Shot)
|
52 |
+
type: hendrycks/competition_math
|
53 |
+
args:
|
54 |
+
num_few_shot: 4
|
55 |
+
metrics:
|
56 |
+
- type: exact_match
|
57 |
+
value: 11.33
|
58 |
+
name: exact match
|
59 |
+
source:
|
60 |
+
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=Triangle104/Annunaki-12b
|
61 |
+
name: Open LLM Leaderboard
|
62 |
+
- task:
|
63 |
+
type: text-generation
|
64 |
+
name: Text Generation
|
65 |
+
dataset:
|
66 |
+
name: GPQA (0-shot)
|
67 |
+
type: Idavidrein/gpqa
|
68 |
+
args:
|
69 |
+
num_few_shot: 0
|
70 |
+
metrics:
|
71 |
+
- type: acc_norm
|
72 |
+
value: 9.51
|
73 |
+
name: acc_norm
|
74 |
+
source:
|
75 |
+
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=Triangle104/Annunaki-12b
|
76 |
+
name: Open LLM Leaderboard
|
77 |
+
- task:
|
78 |
+
type: text-generation
|
79 |
+
name: Text Generation
|
80 |
+
dataset:
|
81 |
+
name: MuSR (0-shot)
|
82 |
+
type: TAUR-Lab/MuSR
|
83 |
+
args:
|
84 |
+
num_few_shot: 0
|
85 |
+
metrics:
|
86 |
+
- type: acc_norm
|
87 |
+
value: 14.28
|
88 |
+
name: acc_norm
|
89 |
+
source:
|
90 |
+
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=Triangle104/Annunaki-12b
|
91 |
+
name: Open LLM Leaderboard
|
92 |
+
- task:
|
93 |
+
type: text-generation
|
94 |
+
name: Text Generation
|
95 |
+
dataset:
|
96 |
+
name: MMLU-PRO (5-shot)
|
97 |
+
type: TIGER-Lab/MMLU-Pro
|
98 |
+
config: main
|
99 |
+
split: test
|
100 |
+
args:
|
101 |
+
num_few_shot: 5
|
102 |
+
metrics:
|
103 |
+
- type: acc
|
104 |
+
value: 30.23
|
105 |
+
name: accuracy
|
106 |
+
source:
|
107 |
+
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=Triangle104/Annunaki-12b
|
108 |
+
name: Open LLM Leaderboard
|
109 |
---
|
110 |
# Merge
|
111 |
|
|
|
150 |
normalize: true
|
151 |
dtype: bfloat16
|
152 |
|
153 |
+
```
|
154 |
+
# [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard)
|
155 |
+
Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/Triangle104__Annunaki-12b-details)
|
156 |
+
|
157 |
+
| Metric |Value|
|
158 |
+
|-------------------|----:|
|
159 |
+
|Avg. |23.23|
|
160 |
+
|IFEval (0-Shot) |38.72|
|
161 |
+
|BBH (3-Shot) |35.32|
|
162 |
+
|MATH Lvl 5 (4-Shot)|11.33|
|
163 |
+
|GPQA (0-shot) | 9.51|
|
164 |
+
|MuSR (0-shot) |14.28|
|
165 |
+
|MMLU-PRO (5-shot) |30.23|
|
166 |
+
|