Commit
•
0d4aef6
1
Parent(s):
ccd4c2d
Adding Evaluation Results (#5)
Browse files- Adding Evaluation Results (3064891b3f11cca58f0c1d14818e06cf6217d1ef)
Co-authored-by: Open LLM Leaderboard PR Bot <leaderboard-pr-bot@users.noreply.huggingface.co>
README.md
CHANGED
@@ -13,6 +13,109 @@ tags:
|
|
13 |
datasets:
|
14 |
- Locutusque/OpenCerebrum-dpo
|
15 |
pipeline_tag: text-generation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
---
|
17 |
|
18 |
# OpenCerebrum-1.0-7B-DPO
|
@@ -52,4 +155,17 @@ However, as an open-source replica trained on a subset of data compared to the o
|
|
52 |
|
53 |
## Training Details
|
54 |
|
55 |
-
The model was fine-tuned on the 6 datasets listed in the Datasets section, totaling approximately 21,000 examples. In the future, the fine-tuning dataset may be condensed to more closely match the ~500 example dataset reputedly used for the original Cerebrum model.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
datasets:
|
14 |
- Locutusque/OpenCerebrum-dpo
|
15 |
pipeline_tag: text-generation
|
16 |
+
model-index:
|
17 |
+
- name: OpenCerebrum-1.0-7b-DPO
|
18 |
+
results:
|
19 |
+
- task:
|
20 |
+
type: text-generation
|
21 |
+
name: Text Generation
|
22 |
+
dataset:
|
23 |
+
name: AI2 Reasoning Challenge (25-Shot)
|
24 |
+
type: ai2_arc
|
25 |
+
config: ARC-Challenge
|
26 |
+
split: test
|
27 |
+
args:
|
28 |
+
num_few_shot: 25
|
29 |
+
metrics:
|
30 |
+
- type: acc_norm
|
31 |
+
value: 62.71
|
32 |
+
name: normalized accuracy
|
33 |
+
source:
|
34 |
+
url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Locutusque/OpenCerebrum-1.0-7b-DPO
|
35 |
+
name: Open LLM Leaderboard
|
36 |
+
- task:
|
37 |
+
type: text-generation
|
38 |
+
name: Text Generation
|
39 |
+
dataset:
|
40 |
+
name: HellaSwag (10-Shot)
|
41 |
+
type: hellaswag
|
42 |
+
split: validation
|
43 |
+
args:
|
44 |
+
num_few_shot: 10
|
45 |
+
metrics:
|
46 |
+
- type: acc_norm
|
47 |
+
value: 84.33
|
48 |
+
name: normalized accuracy
|
49 |
+
source:
|
50 |
+
url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Locutusque/OpenCerebrum-1.0-7b-DPO
|
51 |
+
name: Open LLM Leaderboard
|
52 |
+
- task:
|
53 |
+
type: text-generation
|
54 |
+
name: Text Generation
|
55 |
+
dataset:
|
56 |
+
name: MMLU (5-Shot)
|
57 |
+
type: cais/mmlu
|
58 |
+
config: all
|
59 |
+
split: test
|
60 |
+
args:
|
61 |
+
num_few_shot: 5
|
62 |
+
metrics:
|
63 |
+
- type: acc
|
64 |
+
value: 62.59
|
65 |
+
name: accuracy
|
66 |
+
source:
|
67 |
+
url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Locutusque/OpenCerebrum-1.0-7b-DPO
|
68 |
+
name: Open LLM Leaderboard
|
69 |
+
- task:
|
70 |
+
type: text-generation
|
71 |
+
name: Text Generation
|
72 |
+
dataset:
|
73 |
+
name: TruthfulQA (0-shot)
|
74 |
+
type: truthful_qa
|
75 |
+
config: multiple_choice
|
76 |
+
split: validation
|
77 |
+
args:
|
78 |
+
num_few_shot: 0
|
79 |
+
metrics:
|
80 |
+
- type: mc2
|
81 |
+
value: 44.91
|
82 |
+
source:
|
83 |
+
url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Locutusque/OpenCerebrum-1.0-7b-DPO
|
84 |
+
name: Open LLM Leaderboard
|
85 |
+
- task:
|
86 |
+
type: text-generation
|
87 |
+
name: Text Generation
|
88 |
+
dataset:
|
89 |
+
name: Winogrande (5-shot)
|
90 |
+
type: winogrande
|
91 |
+
config: winogrande_xl
|
92 |
+
split: validation
|
93 |
+
args:
|
94 |
+
num_few_shot: 5
|
95 |
+
metrics:
|
96 |
+
- type: acc
|
97 |
+
value: 80.11
|
98 |
+
name: accuracy
|
99 |
+
source:
|
100 |
+
url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Locutusque/OpenCerebrum-1.0-7b-DPO
|
101 |
+
name: Open LLM Leaderboard
|
102 |
+
- task:
|
103 |
+
type: text-generation
|
104 |
+
name: Text Generation
|
105 |
+
dataset:
|
106 |
+
name: GSM8k (5-shot)
|
107 |
+
type: gsm8k
|
108 |
+
config: main
|
109 |
+
split: test
|
110 |
+
args:
|
111 |
+
num_few_shot: 5
|
112 |
+
metrics:
|
113 |
+
- type: acc
|
114 |
+
value: 42.0
|
115 |
+
name: accuracy
|
116 |
+
source:
|
117 |
+
url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=Locutusque/OpenCerebrum-1.0-7b-DPO
|
118 |
+
name: Open LLM Leaderboard
|
119 |
---
|
120 |
|
121 |
# OpenCerebrum-1.0-7B-DPO
|
|
|
155 |
|
156 |
## Training Details
|
157 |
|
158 |
+
The model was fine-tuned on the 6 datasets listed in the Datasets section, totaling approximately 21,000 examples. In the future, the fine-tuning dataset may be condensed to more closely match the ~500 example dataset reputedly used for the original Cerebrum model.
|
159 |
+
# [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
|
160 |
+
Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_Locutusque__OpenCerebrum-1.0-7b-DPO)
|
161 |
+
|
162 |
+
| Metric |Value|
|
163 |
+
|---------------------------------|----:|
|
164 |
+
|Avg. |62.78|
|
165 |
+
|AI2 Reasoning Challenge (25-Shot)|62.71|
|
166 |
+
|HellaSwag (10-Shot) |84.33|
|
167 |
+
|MMLU (5-Shot) |62.59|
|
168 |
+
|TruthfulQA (0-shot) |44.91|
|
169 |
+
|Winogrande (5-shot) |80.11|
|
170 |
+
|GSM8k (5-shot) |42.00|
|
171 |
+
|