Commit
•
91ad99e
1
Parent(s):
7e1769b
Adding Evaluation Results (#2)
Browse files- Adding Evaluation Results (32386c36db55dd16a12dd67778310700ef26526e)
Co-authored-by: Open LLM Leaderboard PR Bot <leaderboard-pr-bot@users.noreply.huggingface.co>
README.md
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
---
|
2 |
-
|
|
|
|
|
3 |
tags:
|
4 |
- mistral
|
5 |
- instruct
|
@@ -11,11 +13,112 @@ tags:
|
|
11 |
- dpo
|
12 |
- rlhf
|
13 |
- laser
|
14 |
-
license: apache-2.0
|
15 |
-
language:
|
16 |
-
- en
|
17 |
datasets:
|
18 |
- mlabonne/chatml_dpo_pairs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
---
|
20 |
|
21 |
<center><img src="https://i.imgur.com/gUlEJuU.jpeg"></center>
|
@@ -149,4 +252,17 @@ sequences = pipeline(
|
|
149 |
max_length=200,
|
150 |
)
|
151 |
print(sequences[0]['generated_text'])
|
152 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
license: apache-2.0
|
5 |
tags:
|
6 |
- mistral
|
7 |
- instruct
|
|
|
13 |
- dpo
|
14 |
- rlhf
|
15 |
- laser
|
|
|
|
|
|
|
16 |
datasets:
|
17 |
- mlabonne/chatml_dpo_pairs
|
18 |
+
base_model: teknium/OpenHermes-2.5-Mistral-7B
|
19 |
+
model-index:
|
20 |
+
- name: NeuralHermes-2.5-Mistral-7B-laser
|
21 |
+
results:
|
22 |
+
- task:
|
23 |
+
type: text-generation
|
24 |
+
name: Text Generation
|
25 |
+
dataset:
|
26 |
+
name: AI2 Reasoning Challenge (25-Shot)
|
27 |
+
type: ai2_arc
|
28 |
+
config: ARC-Challenge
|
29 |
+
split: test
|
30 |
+
args:
|
31 |
+
num_few_shot: 25
|
32 |
+
metrics:
|
33 |
+
- type: acc_norm
|
34 |
+
value: 66.38
|
35 |
+
name: normalized accuracy
|
36 |
+
source:
|
37 |
+
url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=mlabonne/NeuralHermes-2.5-Mistral-7B-laser
|
38 |
+
name: Open LLM Leaderboard
|
39 |
+
- task:
|
40 |
+
type: text-generation
|
41 |
+
name: Text Generation
|
42 |
+
dataset:
|
43 |
+
name: HellaSwag (10-Shot)
|
44 |
+
type: hellaswag
|
45 |
+
split: validation
|
46 |
+
args:
|
47 |
+
num_few_shot: 10
|
48 |
+
metrics:
|
49 |
+
- type: acc_norm
|
50 |
+
value: 85.09
|
51 |
+
name: normalized accuracy
|
52 |
+
source:
|
53 |
+
url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=mlabonne/NeuralHermes-2.5-Mistral-7B-laser
|
54 |
+
name: Open LLM Leaderboard
|
55 |
+
- task:
|
56 |
+
type: text-generation
|
57 |
+
name: Text Generation
|
58 |
+
dataset:
|
59 |
+
name: MMLU (5-Shot)
|
60 |
+
type: cais/mmlu
|
61 |
+
config: all
|
62 |
+
split: test
|
63 |
+
args:
|
64 |
+
num_few_shot: 5
|
65 |
+
metrics:
|
66 |
+
- type: acc
|
67 |
+
value: 63.43
|
68 |
+
name: accuracy
|
69 |
+
source:
|
70 |
+
url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=mlabonne/NeuralHermes-2.5-Mistral-7B-laser
|
71 |
+
name: Open LLM Leaderboard
|
72 |
+
- task:
|
73 |
+
type: text-generation
|
74 |
+
name: Text Generation
|
75 |
+
dataset:
|
76 |
+
name: TruthfulQA (0-shot)
|
77 |
+
type: truthful_qa
|
78 |
+
config: multiple_choice
|
79 |
+
split: validation
|
80 |
+
args:
|
81 |
+
num_few_shot: 0
|
82 |
+
metrics:
|
83 |
+
- type: mc2
|
84 |
+
value: 54.95
|
85 |
+
source:
|
86 |
+
url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=mlabonne/NeuralHermes-2.5-Mistral-7B-laser
|
87 |
+
name: Open LLM Leaderboard
|
88 |
+
- task:
|
89 |
+
type: text-generation
|
90 |
+
name: Text Generation
|
91 |
+
dataset:
|
92 |
+
name: Winogrande (5-shot)
|
93 |
+
type: winogrande
|
94 |
+
config: winogrande_xl
|
95 |
+
split: validation
|
96 |
+
args:
|
97 |
+
num_few_shot: 5
|
98 |
+
metrics:
|
99 |
+
- type: acc
|
100 |
+
value: 78.14
|
101 |
+
name: accuracy
|
102 |
+
source:
|
103 |
+
url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=mlabonne/NeuralHermes-2.5-Mistral-7B-laser
|
104 |
+
name: Open LLM Leaderboard
|
105 |
+
- task:
|
106 |
+
type: text-generation
|
107 |
+
name: Text Generation
|
108 |
+
dataset:
|
109 |
+
name: GSM8k (5-shot)
|
110 |
+
type: gsm8k
|
111 |
+
config: main
|
112 |
+
split: test
|
113 |
+
args:
|
114 |
+
num_few_shot: 5
|
115 |
+
metrics:
|
116 |
+
- type: acc
|
117 |
+
value: 55.72
|
118 |
+
name: accuracy
|
119 |
+
source:
|
120 |
+
url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=mlabonne/NeuralHermes-2.5-Mistral-7B-laser
|
121 |
+
name: Open LLM Leaderboard
|
122 |
---
|
123 |
|
124 |
<center><img src="https://i.imgur.com/gUlEJuU.jpeg"></center>
|
|
|
252 |
max_length=200,
|
253 |
)
|
254 |
print(sequences[0]['generated_text'])
|
255 |
+
```
|
256 |
+
# [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
|
257 |
+
Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_mlabonne__NeuralHermes-2.5-Mistral-7B-laser)
|
258 |
+
|
259 |
+
| Metric |Value|
|
260 |
+
|---------------------------------|----:|
|
261 |
+
|Avg. |67.29|
|
262 |
+
|AI2 Reasoning Challenge (25-Shot)|66.38|
|
263 |
+
|HellaSwag (10-Shot) |85.09|
|
264 |
+
|MMLU (5-Shot) |63.43|
|
265 |
+
|TruthfulQA (0-shot) |54.95|
|
266 |
+
|Winogrande (5-shot) |78.14|
|
267 |
+
|GSM8k (5-shot) |55.72|
|
268 |
+
|