Commit
•
1059643
1
Parent(s):
6ae4004
Adding Evaluation Results (#1)
Browse files- Adding Evaluation Results (576a660d94638e12c4d68a0e7438ce4d6649a56d)
Co-authored-by: Open LLM Leaderboard PR Bot <[email protected]>
README.md
CHANGED
@@ -1,58 +1,157 @@
|
|
1 |
---
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
3 |
datasets:
|
4 |
- mwitiderrick/OpenPlatypus
|
|
|
5 |
inference: true
|
6 |
model_type: llama
|
7 |
-
prompt_template:
|
8 |
-
|
9 |
{prompt}
|
|
|
10 |
### Response:
|
|
|
|
|
11 |
created_by: mwitiderrick
|
12 |
-
tags:
|
13 |
-
- transformers
|
14 |
-
license: apache-2.0
|
15 |
-
language:
|
16 |
-
- en
|
17 |
-
library_name: transformers
|
18 |
pipeline_tag: text-generation
|
19 |
-
|
20 |
model-index:
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
56 |
---
|
57 |
# OpenLLaMA Instruct: An Open Reproduction of LLaMA
|
58 |
|
@@ -140,4 +239,17 @@ Step 4: Make the gravy
|
|
140 |
| | |none | 0|rougeL_max | 45.4592|± |0.8754|
|
141 |
| | |none | 0|rougeL_acc | 0.2754|± |0.0156|
|
142 |
| | |none | 0|rougeL_diff|-10.0740|± |0.7807|
|
143 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
license: apache-2.0
|
5 |
+
library_name: transformers
|
6 |
+
tags:
|
7 |
+
- transformers
|
8 |
datasets:
|
9 |
- mwitiderrick/OpenPlatypus
|
10 |
+
base_model: openlm-research/open_llama_3b
|
11 |
inference: true
|
12 |
model_type: llama
|
13 |
+
prompt_template: '### Instruction:\n
|
14 |
+
|
15 |
{prompt}
|
16 |
+
|
17 |
### Response:
|
18 |
+
|
19 |
+
'
|
20 |
created_by: mwitiderrick
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
pipeline_tag: text-generation
|
|
|
22 |
model-index:
|
23 |
+
- name: mwitiderrick/open_llama_3b_instruct_v_0.2
|
24 |
+
results:
|
25 |
+
- task:
|
26 |
+
type: text-generation
|
27 |
+
dataset:
|
28 |
+
name: hellaswag
|
29 |
+
type: hellaswag
|
30 |
+
metrics:
|
31 |
+
- type: hellaswag (0-Shot)
|
32 |
+
value: 0.4882
|
33 |
+
name: hellaswag(0-Shot)
|
34 |
+
- task:
|
35 |
+
type: text-generation
|
36 |
+
dataset:
|
37 |
+
name: winogrande
|
38 |
+
type: winogrande
|
39 |
+
metrics:
|
40 |
+
- type: winogrande (0-Shot)
|
41 |
+
value: 0.6133
|
42 |
+
name: winogrande(0-Shot)
|
43 |
+
- task:
|
44 |
+
type: text-generation
|
45 |
+
dataset:
|
46 |
+
name: arc_challenge
|
47 |
+
type: arc_challenge
|
48 |
+
metrics:
|
49 |
+
- type: arc_challenge (0-Shot)
|
50 |
+
value: 0.3362
|
51 |
+
name: arc_challenge(0-Shot)
|
52 |
+
source:
|
53 |
+
url: https://huggingface.co/mwitiderrick/open_llama_3b_instruct_v_0.2
|
54 |
+
name: open_llama_3b_instruct_v_0.2 model card
|
55 |
+
- task:
|
56 |
+
type: text-generation
|
57 |
+
name: Text Generation
|
58 |
+
dataset:
|
59 |
+
name: AI2 Reasoning Challenge (25-Shot)
|
60 |
+
type: ai2_arc
|
61 |
+
config: ARC-Challenge
|
62 |
+
split: test
|
63 |
+
args:
|
64 |
+
num_few_shot: 25
|
65 |
+
metrics:
|
66 |
+
- type: acc_norm
|
67 |
+
value: 38.48
|
68 |
+
name: normalized accuracy
|
69 |
+
source:
|
70 |
+
url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=mwitiderrick/open_llama_3b_instruct_v_0.2
|
71 |
+
name: Open LLM Leaderboard
|
72 |
+
- task:
|
73 |
+
type: text-generation
|
74 |
+
name: Text Generation
|
75 |
+
dataset:
|
76 |
+
name: HellaSwag (10-Shot)
|
77 |
+
type: hellaswag
|
78 |
+
split: validation
|
79 |
+
args:
|
80 |
+
num_few_shot: 10
|
81 |
+
metrics:
|
82 |
+
- type: acc_norm
|
83 |
+
value: 66.77
|
84 |
+
name: normalized accuracy
|
85 |
+
source:
|
86 |
+
url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=mwitiderrick/open_llama_3b_instruct_v_0.2
|
87 |
+
name: Open LLM Leaderboard
|
88 |
+
- task:
|
89 |
+
type: text-generation
|
90 |
+
name: Text Generation
|
91 |
+
dataset:
|
92 |
+
name: MMLU (5-Shot)
|
93 |
+
type: cais/mmlu
|
94 |
+
config: all
|
95 |
+
split: test
|
96 |
+
args:
|
97 |
+
num_few_shot: 5
|
98 |
+
metrics:
|
99 |
+
- type: acc
|
100 |
+
value: 25.34
|
101 |
+
name: accuracy
|
102 |
+
source:
|
103 |
+
url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=mwitiderrick/open_llama_3b_instruct_v_0.2
|
104 |
+
name: Open LLM Leaderboard
|
105 |
+
- task:
|
106 |
+
type: text-generation
|
107 |
+
name: Text Generation
|
108 |
+
dataset:
|
109 |
+
name: TruthfulQA (0-shot)
|
110 |
+
type: truthful_qa
|
111 |
+
config: multiple_choice
|
112 |
+
split: validation
|
113 |
+
args:
|
114 |
+
num_few_shot: 0
|
115 |
+
metrics:
|
116 |
+
- type: mc2
|
117 |
+
value: 38.16
|
118 |
+
source:
|
119 |
+
url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=mwitiderrick/open_llama_3b_instruct_v_0.2
|
120 |
+
name: Open LLM Leaderboard
|
121 |
+
- task:
|
122 |
+
type: text-generation
|
123 |
+
name: Text Generation
|
124 |
+
dataset:
|
125 |
+
name: Winogrande (5-shot)
|
126 |
+
type: winogrande
|
127 |
+
config: winogrande_xl
|
128 |
+
split: validation
|
129 |
+
args:
|
130 |
+
num_few_shot: 5
|
131 |
+
metrics:
|
132 |
+
- type: acc
|
133 |
+
value: 63.46
|
134 |
+
name: accuracy
|
135 |
+
source:
|
136 |
+
url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=mwitiderrick/open_llama_3b_instruct_v_0.2
|
137 |
+
name: Open LLM Leaderboard
|
138 |
+
- task:
|
139 |
+
type: text-generation
|
140 |
+
name: Text Generation
|
141 |
+
dataset:
|
142 |
+
name: GSM8k (5-shot)
|
143 |
+
type: gsm8k
|
144 |
+
config: main
|
145 |
+
split: test
|
146 |
+
args:
|
147 |
+
num_few_shot: 5
|
148 |
+
metrics:
|
149 |
+
- type: acc
|
150 |
+
value: 1.59
|
151 |
+
name: accuracy
|
152 |
+
source:
|
153 |
+
url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=mwitiderrick/open_llama_3b_instruct_v_0.2
|
154 |
+
name: Open LLM Leaderboard
|
155 |
---
|
156 |
# OpenLLaMA Instruct: An Open Reproduction of LLaMA
|
157 |
|
|
|
239 |
| | |none | 0|rougeL_max | 45.4592|± |0.8754|
|
240 |
| | |none | 0|rougeL_acc | 0.2754|± |0.0156|
|
241 |
| | |none | 0|rougeL_diff|-10.0740|± |0.7807|
|
242 |
+
```
|
243 |
+
# [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
|
244 |
+
Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_mwitiderrick__open_llama_3b_instruct_v_0.2)
|
245 |
+
|
246 |
+
| Metric |Value|
|
247 |
+
|---------------------------------|----:|
|
248 |
+
|Avg. |38.97|
|
249 |
+
|AI2 Reasoning Challenge (25-Shot)|38.48|
|
250 |
+
|HellaSwag (10-Shot) |66.77|
|
251 |
+
|MMLU (5-Shot) |25.34|
|
252 |
+
|TruthfulQA (0-shot) |38.16|
|
253 |
+
|Winogrande (5-shot) |63.46|
|
254 |
+
|GSM8k (5-shot) | 1.59|
|
255 |
+
|