T145 commited on
Commit
a0d7483
·
verified ·
1 Parent(s): 3b102b6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +184 -178
README.md CHANGED
@@ -1,179 +1,186 @@
1
- ---
2
- base_model:
3
- - Orenguteng/Llama-3.1-8B-Lexi-Uncensored-V2
4
- - unsloth/Meta-Llama-3.1-8B-Instruct
5
- - unsloth/Llama-3.1-Storm-8B
6
- - arcee-ai/Llama-3.1-SuperNova-Lite
7
- - VAGOsolutions/Llama-3.1-SauerkrautLM-8b-Instruct
8
- library_name: transformers
9
- tags:
10
- - mergekit
11
- - merge
12
- model-index:
13
- - name: ZEUS-8B-V22
14
- results:
15
- - task:
16
- type: text-generation
17
- name: Text Generation
18
- dataset:
19
- name: IFEval (0-Shot)
20
- type: wis-k/instruction-following-eval
21
- split: train
22
- args:
23
- num_few_shot: 0
24
- metrics:
25
- - type: inst_level_strict_acc and prompt_level_strict_acc
26
- value: 79.95
27
- name: averaged accuracy
28
- source:
29
- url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard#/?search=T145%2FZEUS-8B-V22
30
- name: Open LLM Leaderboard
31
- - task:
32
- type: text-generation
33
- name: Text Generation
34
- dataset:
35
- name: BBH (3-Shot)
36
- type: SaylorTwift/bbh
37
- split: test
38
- args:
39
- num_few_shot: 3
40
- metrics:
41
- - type: acc_norm
42
- value: 32.21
43
- name: normalized accuracy
44
- source:
45
- url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard#/?search=T145%2FZEUS-8B-V22
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: lighteval/MATH-Hard
53
- split: test
54
- args:
55
- num_few_shot: 4
56
- metrics:
57
- - type: exact_match
58
- value: 20.24
59
- name: exact match
60
- source:
61
- url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard#/?search=T145%2FZEUS-8B-V22
62
- name: Open LLM Leaderboard
63
- - task:
64
- type: text-generation
65
- name: Text Generation
66
- dataset:
67
- name: GPQA (0-shot)
68
- type: Idavidrein/gpqa
69
- split: train
70
- args:
71
- num_few_shot: 0
72
- metrics:
73
- - type: acc_norm
74
- value: 10.4
75
- name: acc_norm
76
- source:
77
- url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard#/?search=T145%2FZEUS-8B-V22
78
- name: Open LLM Leaderboard
79
- - task:
80
- type: text-generation
81
- name: Text Generation
82
- dataset:
83
- name: MuSR (0-shot)
84
- type: TAUR-Lab/MuSR
85
- args:
86
- num_few_shot: 0
87
- metrics:
88
- - type: acc_norm
89
- value: 9.37
90
- name: acc_norm
91
- source:
92
- url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard#/?search=T145%2FZEUS-8B-V22
93
- name: Open LLM Leaderboard
94
- - task:
95
- type: text-generation
96
- name: Text Generation
97
- dataset:
98
- name: MMLU-PRO (5-shot)
99
- type: TIGER-Lab/MMLU-Pro
100
- config: main
101
- split: test
102
- args:
103
- num_few_shot: 5
104
- metrics:
105
- - type: acc
106
- value: 32.64
107
- name: accuracy
108
- source:
109
- url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard#/?search=T145%2FZEUS-8B-V22
110
- name: Open LLM Leaderboard
111
- ---
112
- # Untitled Model (1)
113
-
114
- This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
115
-
116
- ## Merge Details
117
- ### Merge Method
118
-
119
- This model was merged using the [DARE](https://arxiv.org/abs/2311.03099) [TIES](https://arxiv.org/abs/2306.01708) merge method using [unsloth/Meta-Llama-3.1-8B-Instruct](https://huggingface.co/unsloth/Meta-Llama-3.1-8B-Instruct) as a base.
120
-
121
- ### Models Merged
122
-
123
- The following models were included in the merge:
124
- * [Orenguteng/Llama-3.1-8B-Lexi-Uncensored-V2](https://huggingface.co/Orenguteng/Llama-3.1-8B-Lexi-Uncensored-V2)
125
- * [unsloth/Llama-3.1-Storm-8B](https://huggingface.co/unsloth/Llama-3.1-Storm-8B)
126
- * [arcee-ai/Llama-3.1-SuperNova-Lite](https://huggingface.co/arcee-ai/Llama-3.1-SuperNova-Lite)
127
- * [VAGOsolutions/Llama-3.1-SauerkrautLM-8b-Instruct](https://huggingface.co/VAGOsolutions/Llama-3.1-SauerkrautLM-8b-Instruct)
128
-
129
- ### Configuration
130
-
131
- The following YAML configuration was used to produce this model:
132
-
133
- ```yaml
134
- base_model: unsloth/Meta-Llama-3.1-8B-Instruct
135
- dtype: bfloat16
136
- merge_method: dare_ties
137
- parameters:
138
- int8_mask: 1.0
139
- normalize: 1.0
140
- random_seed: 145.0
141
- slices:
142
- - sources:
143
- - layer_range: [0, 32]
144
- model: unsloth/Llama-3.1-Storm-8B
145
- parameters:
146
- density: 0.94
147
- weight: 0.35
148
- - layer_range: [0, 32]
149
- model: arcee-ai/Llama-3.1-SuperNova-Lite
150
- parameters:
151
- density: 0.92
152
- weight: 0.26
153
- - layer_range: [0, 32]
154
- model: VAGOsolutions/Llama-3.1-SauerkrautLM-8b-Instruct
155
- parameters:
156
- density: 0.91
157
- weight: 0.2
158
- - layer_range: [0, 32]
159
- model: Orenguteng/Llama-3.1-8B-Lexi-Uncensored-V2
160
- parameters:
161
- density: 0.93
162
- weight: 0.19
163
- - layer_range: [0, 32]
164
- model: unsloth/Meta-Llama-3.1-8B-Instruct
165
- tokenizer:
166
- tokens:
167
- <|begin_of_text|>:
168
- force: true
169
- source: unsloth/Meta-Llama-3.1-8B-Instruct
170
- <|eot_id|>:
171
- force: true
172
- source: unsloth/Meta-Llama-3.1-8B-Instruct
173
- <|finetune_right_pad_id|>:
174
- force: true
175
- source: unsloth/Meta-Llama-3.1-8B-Instruct
176
- ```
 
 
 
 
 
 
 
177
 
178
  # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard)
179
  Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/T145__ZEUS-8B-V22-details)!
@@ -187,5 +194,4 @@ Summarized results can be found [here](https://huggingface.co/datasets/open-llm-
187
  |MATH Lvl 5 (4-Shot)| 20.24|
188
  |GPQA (0-shot) | 10.40|
189
  |MuSR (0-shot) | 9.37|
190
- |MMLU-PRO (5-shot) | 32.64|
191
-
 
1
+ ---
2
+ base_model:
3
+ - Orenguteng/Llama-3.1-8B-Lexi-Uncensored-V2
4
+ - unsloth/Meta-Llama-3.1-8B-Instruct
5
+ - unsloth/Llama-3.1-Storm-8B
6
+ - arcee-ai/Llama-3.1-SuperNova-Lite
7
+ - VAGOsolutions/Llama-3.1-SauerkrautLM-8b-Instruct
8
+ library_name: transformers
9
+ tags:
10
+ - mergekit
11
+ - merge
12
+ model-index:
13
+ - name: ZEUS-8B-V22
14
+ results:
15
+ - task:
16
+ type: text-generation
17
+ name: Text Generation
18
+ dataset:
19
+ name: IFEval (0-Shot)
20
+ type: wis-k/instruction-following-eval
21
+ split: train
22
+ args:
23
+ num_few_shot: 0
24
+ metrics:
25
+ - type: inst_level_strict_acc and prompt_level_strict_acc
26
+ value: 79.95
27
+ name: averaged accuracy
28
+ source:
29
+ url: >-
30
+ https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard#/?search=T145%2FZEUS-8B-V22
31
+ name: Open LLM Leaderboard
32
+ - task:
33
+ type: text-generation
34
+ name: Text Generation
35
+ dataset:
36
+ name: BBH (3-Shot)
37
+ type: SaylorTwift/bbh
38
+ split: test
39
+ args:
40
+ num_few_shot: 3
41
+ metrics:
42
+ - type: acc_norm
43
+ value: 32.21
44
+ name: normalized accuracy
45
+ source:
46
+ url: >-
47
+ https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard#/?search=T145%2FZEUS-8B-V22
48
+ name: Open LLM Leaderboard
49
+ - task:
50
+ type: text-generation
51
+ name: Text Generation
52
+ dataset:
53
+ name: MATH Lvl 5 (4-Shot)
54
+ type: lighteval/MATH-Hard
55
+ split: test
56
+ args:
57
+ num_few_shot: 4
58
+ metrics:
59
+ - type: exact_match
60
+ value: 20.24
61
+ name: exact match
62
+ source:
63
+ url: >-
64
+ https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard#/?search=T145%2FZEUS-8B-V22
65
+ name: Open LLM Leaderboard
66
+ - task:
67
+ type: text-generation
68
+ name: Text Generation
69
+ dataset:
70
+ name: GPQA (0-shot)
71
+ type: Idavidrein/gpqa
72
+ split: train
73
+ args:
74
+ num_few_shot: 0
75
+ metrics:
76
+ - type: acc_norm
77
+ value: 10.4
78
+ name: acc_norm
79
+ source:
80
+ url: >-
81
+ https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard#/?search=T145%2FZEUS-8B-V22
82
+ name: Open LLM Leaderboard
83
+ - task:
84
+ type: text-generation
85
+ name: Text Generation
86
+ dataset:
87
+ name: MuSR (0-shot)
88
+ type: TAUR-Lab/MuSR
89
+ args:
90
+ num_few_shot: 0
91
+ metrics:
92
+ - type: acc_norm
93
+ value: 9.37
94
+ name: acc_norm
95
+ source:
96
+ url: >-
97
+ https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard#/?search=T145%2FZEUS-8B-V22
98
+ name: Open LLM Leaderboard
99
+ - task:
100
+ type: text-generation
101
+ name: Text Generation
102
+ dataset:
103
+ name: MMLU-PRO (5-shot)
104
+ type: TIGER-Lab/MMLU-Pro
105
+ config: main
106
+ split: test
107
+ args:
108
+ num_few_shot: 5
109
+ metrics:
110
+ - type: acc
111
+ value: 32.64
112
+ name: accuracy
113
+ source:
114
+ url: >-
115
+ https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard#/?search=T145%2FZEUS-8B-V22
116
+ name: Open LLM Leaderboard
117
+ license: llama3.1
118
+ ---
119
+ # ZEUS 8B 🌩️ V22
120
+
121
+ This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
122
+
123
+ ## Merge Details
124
+ ### Merge Method
125
+
126
+ This model was merged using the [DARE](https://arxiv.org/abs/2311.03099) [TIES](https://arxiv.org/abs/2306.01708) merge method using [unsloth/Meta-Llama-3.1-8B-Instruct](https://huggingface.co/unsloth/Meta-Llama-3.1-8B-Instruct) as a base.
127
+
128
+ ### Models Merged
129
+
130
+ The following models were included in the merge:
131
+ * [Orenguteng/Llama-3.1-8B-Lexi-Uncensored-V2](https://huggingface.co/Orenguteng/Llama-3.1-8B-Lexi-Uncensored-V2)
132
+ * [unsloth/Llama-3.1-Storm-8B](https://huggingface.co/unsloth/Llama-3.1-Storm-8B)
133
+ * [arcee-ai/Llama-3.1-SuperNova-Lite](https://huggingface.co/arcee-ai/Llama-3.1-SuperNova-Lite)
134
+ * [VAGOsolutions/Llama-3.1-SauerkrautLM-8b-Instruct](https://huggingface.co/VAGOsolutions/Llama-3.1-SauerkrautLM-8b-Instruct)
135
+
136
+ ### Configuration
137
+
138
+ The following YAML configuration was used to produce this model:
139
+
140
+ ```yaml
141
+ base_model: unsloth/Meta-Llama-3.1-8B-Instruct
142
+ dtype: bfloat16
143
+ merge_method: dare_ties
144
+ parameters:
145
+ int8_mask: 1.0
146
+ normalize: 1.0
147
+ random_seed: 145.0
148
+ slices:
149
+ - sources:
150
+ - layer_range: [0, 32]
151
+ model: unsloth/Llama-3.1-Storm-8B
152
+ parameters:
153
+ density: 0.94
154
+ weight: 0.35
155
+ - layer_range: [0, 32]
156
+ model: arcee-ai/Llama-3.1-SuperNova-Lite
157
+ parameters:
158
+ density: 0.92
159
+ weight: 0.26
160
+ - layer_range: [0, 32]
161
+ model: VAGOsolutions/Llama-3.1-SauerkrautLM-8b-Instruct
162
+ parameters:
163
+ density: 0.91
164
+ weight: 0.2
165
+ - layer_range: [0, 32]
166
+ model: Orenguteng/Llama-3.1-8B-Lexi-Uncensored-V2
167
+ parameters:
168
+ density: 0.93
169
+ weight: 0.19
170
+ - layer_range: [0, 32]
171
+ model: unsloth/Meta-Llama-3.1-8B-Instruct
172
+ tokenizer:
173
+ tokens:
174
+ <|begin_of_text|>:
175
+ force: true
176
+ source: unsloth/Meta-Llama-3.1-8B-Instruct
177
+ <|eot_id|>:
178
+ force: true
179
+ source: unsloth/Meta-Llama-3.1-8B-Instruct
180
+ <|finetune_right_pad_id|>:
181
+ force: true
182
+ source: unsloth/Meta-Llama-3.1-8B-Instruct
183
+ ```
184
 
185
  # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard)
186
  Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/T145__ZEUS-8B-V22-details)!
 
194
  |MATH Lvl 5 (4-Shot)| 20.24|
195
  |GPQA (0-shot) | 10.40|
196
  |MuSR (0-shot) | 9.37|
197
+ |MMLU-PRO (5-shot) | 32.64|