leaderboard-pr-bot
commited on
Commit
•
ec6c6ef
1
Parent(s):
afc5ffa
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,16 +1,16 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
3 |
datasets:
|
4 |
- cognitivecomputations/dolphin
|
5 |
- cognitivecomputations/dolphin-coder
|
6 |
- ise-uiuc/Magicoder-OSS-Instruct-75K
|
7 |
- teknium/openhermes
|
8 |
- migtissera/Synthia-v1.3
|
9 |
-
language:
|
10 |
-
- en
|
11 |
-
tags:
|
12 |
-
- merge
|
13 |
-
- fine-tuned
|
14 |
base_model:
|
15 |
- mistralai/Mistral-7B-Instruct-v0.2
|
16 |
- ehartford/dolphin-2.2.1-mistral-7b
|
@@ -26,6 +26,109 @@ base_model:
|
|
26 |
- teknium/OpenHermes-2.5-Mistral-7B
|
27 |
- Weyaxi/OpenHermes-2.5-neural-chat-v3-3-Slerp
|
28 |
- mlabonne/NeuralHermes-2.5-Mistral-7B
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
---
|
30 |
|
31 |
# Model Description
|
@@ -53,4 +156,17 @@ The model has been fine-tuned for 3 epochs on 4 A100s using axolotl.
|
|
53 |
|
54 |
|
55 |
# Shout-Out to OSS
|
56 |
-
Thank you to the Open Source AI community for bringing together marvelous code frameworks and datasets.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
license: apache-2.0
|
5 |
+
tags:
|
6 |
+
- merge
|
7 |
+
- fine-tuned
|
8 |
datasets:
|
9 |
- cognitivecomputations/dolphin
|
10 |
- cognitivecomputations/dolphin-coder
|
11 |
- ise-uiuc/Magicoder-OSS-Instruct-75K
|
12 |
- teknium/openhermes
|
13 |
- migtissera/Synthia-v1.3
|
|
|
|
|
|
|
|
|
|
|
14 |
base_model:
|
15 |
- mistralai/Mistral-7B-Instruct-v0.2
|
16 |
- ehartford/dolphin-2.2.1-mistral-7b
|
|
|
26 |
- teknium/OpenHermes-2.5-Mistral-7B
|
27 |
- Weyaxi/OpenHermes-2.5-neural-chat-v3-3-Slerp
|
28 |
- mlabonne/NeuralHermes-2.5-Mistral-7B
|
29 |
+
model-index:
|
30 |
+
- name: Mistral-7B-Merge-14-v0.3-ft-step-15936
|
31 |
+
results:
|
32 |
+
- task:
|
33 |
+
type: text-generation
|
34 |
+
name: Text Generation
|
35 |
+
dataset:
|
36 |
+
name: AI2 Reasoning Challenge (25-Shot)
|
37 |
+
type: ai2_arc
|
38 |
+
config: ARC-Challenge
|
39 |
+
split: test
|
40 |
+
args:
|
41 |
+
num_few_shot: 25
|
42 |
+
metrics:
|
43 |
+
- type: acc_norm
|
44 |
+
value: 62.54
|
45 |
+
name: normalized accuracy
|
46 |
+
source:
|
47 |
+
url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=EmbeddedLLM/Mistral-7B-Merge-14-v0.3-ft-step-15936
|
48 |
+
name: Open LLM Leaderboard
|
49 |
+
- task:
|
50 |
+
type: text-generation
|
51 |
+
name: Text Generation
|
52 |
+
dataset:
|
53 |
+
name: HellaSwag (10-Shot)
|
54 |
+
type: hellaswag
|
55 |
+
split: validation
|
56 |
+
args:
|
57 |
+
num_few_shot: 10
|
58 |
+
metrics:
|
59 |
+
- type: acc_norm
|
60 |
+
value: 82.14
|
61 |
+
name: normalized accuracy
|
62 |
+
source:
|
63 |
+
url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=EmbeddedLLM/Mistral-7B-Merge-14-v0.3-ft-step-15936
|
64 |
+
name: Open LLM Leaderboard
|
65 |
+
- task:
|
66 |
+
type: text-generation
|
67 |
+
name: Text Generation
|
68 |
+
dataset:
|
69 |
+
name: MMLU (5-Shot)
|
70 |
+
type: cais/mmlu
|
71 |
+
config: all
|
72 |
+
split: test
|
73 |
+
args:
|
74 |
+
num_few_shot: 5
|
75 |
+
metrics:
|
76 |
+
- type: acc
|
77 |
+
value: 62.58
|
78 |
+
name: accuracy
|
79 |
+
source:
|
80 |
+
url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=EmbeddedLLM/Mistral-7B-Merge-14-v0.3-ft-step-15936
|
81 |
+
name: Open LLM Leaderboard
|
82 |
+
- task:
|
83 |
+
type: text-generation
|
84 |
+
name: Text Generation
|
85 |
+
dataset:
|
86 |
+
name: TruthfulQA (0-shot)
|
87 |
+
type: truthful_qa
|
88 |
+
config: multiple_choice
|
89 |
+
split: validation
|
90 |
+
args:
|
91 |
+
num_few_shot: 0
|
92 |
+
metrics:
|
93 |
+
- type: mc2
|
94 |
+
value: 55.11
|
95 |
+
source:
|
96 |
+
url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=EmbeddedLLM/Mistral-7B-Merge-14-v0.3-ft-step-15936
|
97 |
+
name: Open LLM Leaderboard
|
98 |
+
- task:
|
99 |
+
type: text-generation
|
100 |
+
name: Text Generation
|
101 |
+
dataset:
|
102 |
+
name: Winogrande (5-shot)
|
103 |
+
type: winogrande
|
104 |
+
config: winogrande_xl
|
105 |
+
split: validation
|
106 |
+
args:
|
107 |
+
num_few_shot: 5
|
108 |
+
metrics:
|
109 |
+
- type: acc
|
110 |
+
value: 75.77
|
111 |
+
name: accuracy
|
112 |
+
source:
|
113 |
+
url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=EmbeddedLLM/Mistral-7B-Merge-14-v0.3-ft-step-15936
|
114 |
+
name: Open LLM Leaderboard
|
115 |
+
- task:
|
116 |
+
type: text-generation
|
117 |
+
name: Text Generation
|
118 |
+
dataset:
|
119 |
+
name: GSM8k (5-shot)
|
120 |
+
type: gsm8k
|
121 |
+
config: main
|
122 |
+
split: test
|
123 |
+
args:
|
124 |
+
num_few_shot: 5
|
125 |
+
metrics:
|
126 |
+
- type: acc
|
127 |
+
value: 54.36
|
128 |
+
name: accuracy
|
129 |
+
source:
|
130 |
+
url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=EmbeddedLLM/Mistral-7B-Merge-14-v0.3-ft-step-15936
|
131 |
+
name: Open LLM Leaderboard
|
132 |
---
|
133 |
|
134 |
# Model Description
|
|
|
156 |
|
157 |
|
158 |
# Shout-Out to OSS
|
159 |
+
Thank you to the Open Source AI community for bringing together marvelous code frameworks and datasets.
|
160 |
+
# [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
|
161 |
+
Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_EmbeddedLLM__Mistral-7B-Merge-14-v0.3-ft-step-15936)
|
162 |
+
|
163 |
+
| Metric |Value|
|
164 |
+
|---------------------------------|----:|
|
165 |
+
|Avg. |65.42|
|
166 |
+
|AI2 Reasoning Challenge (25-Shot)|62.54|
|
167 |
+
|HellaSwag (10-Shot) |82.14|
|
168 |
+
|MMLU (5-Shot) |62.58|
|
169 |
+
|TruthfulQA (0-shot) |55.11|
|
170 |
+
|Winogrande (5-shot) |75.77|
|
171 |
+
|GSM8k (5-shot) |54.36|
|
172 |
+
|