leaderboard-pr-bot
commited on
Commit
•
c77b0b9
1
Parent(s):
94e804a
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,5 +1,9 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: cc-by-nc-4.0
|
|
|
|
|
3 |
datasets:
|
4 |
- Open-Orca/SlimOrca
|
5 |
- lemonilia/LimaRP
|
@@ -7,11 +11,110 @@ datasets:
|
|
7 |
- chargoddard/summarize_from_feedback_alpaca
|
8 |
- HuggingFaceH4/no_robots
|
9 |
- chargoddard/coedit-reworded
|
10 |
-
language:
|
11 |
-
- en
|
12 |
-
tags:
|
13 |
-
- mixtral
|
14 |
base_model: mistralai/Mixtral-8x7B-v0.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
---
|
16 |
|
17 |
[<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)
|
@@ -23,3 +126,17 @@ My main reason for training this model was to investigate using an altered route
|
|
23 |
To train this I used a custom branch of Transformers that adds z-loss and reimplements the router balancing loss based on the version in [MegaBlocks](https://github.com/stanford-futuredata/megablocks). The config used with my custom hacked-up branch of axolotl is available [here](https://huggingface.co/chargoddard/MixtralRPChat-ZLoss/blob/main/axolotl_config.yml).
|
24 |
|
25 |
Uses my favorite non-ChatML token-economic chat prompt format. Messages should be prefixed with `" ***System:"`, `" ***Query:"`, or `" ***Response:"` for system, user, and model messages respectively. No newlines are necessary but the space before the triple asterisk is mandatory.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
license: cc-by-nc-4.0
|
5 |
+
tags:
|
6 |
+
- mixtral
|
7 |
datasets:
|
8 |
- Open-Orca/SlimOrca
|
9 |
- lemonilia/LimaRP
|
|
|
11 |
- chargoddard/summarize_from_feedback_alpaca
|
12 |
- HuggingFaceH4/no_robots
|
13 |
- chargoddard/coedit-reworded
|
|
|
|
|
|
|
|
|
14 |
base_model: mistralai/Mixtral-8x7B-v0.1
|
15 |
+
model-index:
|
16 |
+
- name: MixtralRPChat-ZLoss
|
17 |
+
results:
|
18 |
+
- task:
|
19 |
+
type: text-generation
|
20 |
+
name: Text Generation
|
21 |
+
dataset:
|
22 |
+
name: AI2 Reasoning Challenge (25-Shot)
|
23 |
+
type: ai2_arc
|
24 |
+
config: ARC-Challenge
|
25 |
+
split: test
|
26 |
+
args:
|
27 |
+
num_few_shot: 25
|
28 |
+
metrics:
|
29 |
+
- type: acc_norm
|
30 |
+
value: 68.6
|
31 |
+
name: normalized accuracy
|
32 |
+
source:
|
33 |
+
url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=chargoddard/MixtralRPChat-ZLoss
|
34 |
+
name: Open LLM Leaderboard
|
35 |
+
- task:
|
36 |
+
type: text-generation
|
37 |
+
name: Text Generation
|
38 |
+
dataset:
|
39 |
+
name: HellaSwag (10-Shot)
|
40 |
+
type: hellaswag
|
41 |
+
split: validation
|
42 |
+
args:
|
43 |
+
num_few_shot: 10
|
44 |
+
metrics:
|
45 |
+
- type: acc_norm
|
46 |
+
value: 86.1
|
47 |
+
name: normalized accuracy
|
48 |
+
source:
|
49 |
+
url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=chargoddard/MixtralRPChat-ZLoss
|
50 |
+
name: Open LLM Leaderboard
|
51 |
+
- task:
|
52 |
+
type: text-generation
|
53 |
+
name: Text Generation
|
54 |
+
dataset:
|
55 |
+
name: MMLU (5-Shot)
|
56 |
+
type: cais/mmlu
|
57 |
+
config: all
|
58 |
+
split: test
|
59 |
+
args:
|
60 |
+
num_few_shot: 5
|
61 |
+
metrics:
|
62 |
+
- type: acc
|
63 |
+
value: 70.44
|
64 |
+
name: accuracy
|
65 |
+
source:
|
66 |
+
url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=chargoddard/MixtralRPChat-ZLoss
|
67 |
+
name: Open LLM Leaderboard
|
68 |
+
- task:
|
69 |
+
type: text-generation
|
70 |
+
name: Text Generation
|
71 |
+
dataset:
|
72 |
+
name: TruthfulQA (0-shot)
|
73 |
+
type: truthful_qa
|
74 |
+
config: multiple_choice
|
75 |
+
split: validation
|
76 |
+
args:
|
77 |
+
num_few_shot: 0
|
78 |
+
metrics:
|
79 |
+
- type: mc2
|
80 |
+
value: 53.85
|
81 |
+
source:
|
82 |
+
url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=chargoddard/MixtralRPChat-ZLoss
|
83 |
+
name: Open LLM Leaderboard
|
84 |
+
- task:
|
85 |
+
type: text-generation
|
86 |
+
name: Text Generation
|
87 |
+
dataset:
|
88 |
+
name: Winogrande (5-shot)
|
89 |
+
type: winogrande
|
90 |
+
config: winogrande_xl
|
91 |
+
split: validation
|
92 |
+
args:
|
93 |
+
num_few_shot: 5
|
94 |
+
metrics:
|
95 |
+
- type: acc
|
96 |
+
value: 82.0
|
97 |
+
name: accuracy
|
98 |
+
source:
|
99 |
+
url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=chargoddard/MixtralRPChat-ZLoss
|
100 |
+
name: Open LLM Leaderboard
|
101 |
+
- task:
|
102 |
+
type: text-generation
|
103 |
+
name: Text Generation
|
104 |
+
dataset:
|
105 |
+
name: GSM8k (5-shot)
|
106 |
+
type: gsm8k
|
107 |
+
config: main
|
108 |
+
split: test
|
109 |
+
args:
|
110 |
+
num_few_shot: 5
|
111 |
+
metrics:
|
112 |
+
- type: acc
|
113 |
+
value: 50.57
|
114 |
+
name: accuracy
|
115 |
+
source:
|
116 |
+
url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=chargoddard/MixtralRPChat-ZLoss
|
117 |
+
name: Open LLM Leaderboard
|
118 |
---
|
119 |
|
120 |
[<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)
|
|
|
126 |
To train this I used a custom branch of Transformers that adds z-loss and reimplements the router balancing loss based on the version in [MegaBlocks](https://github.com/stanford-futuredata/megablocks). The config used with my custom hacked-up branch of axolotl is available [here](https://huggingface.co/chargoddard/MixtralRPChat-ZLoss/blob/main/axolotl_config.yml).
|
127 |
|
128 |
Uses my favorite non-ChatML token-economic chat prompt format. Messages should be prefixed with `" ***System:"`, `" ***Query:"`, or `" ***Response:"` for system, user, and model messages respectively. No newlines are necessary but the space before the triple asterisk is mandatory.
|
129 |
+
|
130 |
+
# [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
|
131 |
+
Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_chargoddard__MixtralRPChat-ZLoss)
|
132 |
+
|
133 |
+
| Metric |Value|
|
134 |
+
|---------------------------------|----:|
|
135 |
+
|Avg. |68.59|
|
136 |
+
|AI2 Reasoning Challenge (25-Shot)|68.60|
|
137 |
+
|HellaSwag (10-Shot) |86.10|
|
138 |
+
|MMLU (5-Shot) |70.44|
|
139 |
+
|TruthfulQA (0-shot) |53.85|
|
140 |
+
|Winogrande (5-shot) |82.00|
|
141 |
+
|GSM8k (5-shot) |50.57|
|
142 |
+
|