Text Generation
Transformers
Safetensors
qwen2
chat
conversational
custom-research
rp
roleplay
tool-use
Eval Results (legacy)
text-generation-inference
sthenno commited on
Commit
7fd9964
·
verified ·
1 Parent(s): c5296ef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +193 -188
README.md CHANGED
@@ -1,189 +1,194 @@
1
- ---
2
- language:
3
- - zho
4
- - eng
5
- - fra
6
- - spa
7
- - por
8
- - deu
9
- - ita
10
- - rus
11
- - jpn
12
- - kor
13
- - vie
14
- - tha
15
- - ara
16
- license: apache-2.0
17
- library_name: transformers
18
- tags:
19
- - chat
20
- - conversational
21
- - custom-research
22
- - rp
23
- - roleplay
24
- - tool-use
25
- base_model:
26
- - Qwen/Qwen2.5-14B-Instruct
27
- datasets:
28
- - nvidia/HelpSteer2
29
- - google/Synthetic-Persona-Chat
30
- - mlabonne/orpo-dpo-mix-40k
31
- pipeline_tag: text-generation
32
- new_version: sthenno-com/miscii-14b-1225
33
- model-index:
34
- - name: miscii-14b-1028
35
- results:
36
- - task:
37
- type: text-generation
38
- name: Text Generation
39
- dataset:
40
- name: IFEval (0-Shot)
41
- type: HuggingFaceH4/ifeval
42
- args:
43
- num_few_shot: 0
44
- metrics:
45
- - type: inst_level_strict_acc and prompt_level_strict_acc
46
- value: 82.37
47
- name: strict accuracy
48
- source:
49
- url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=sthenno-com/miscii-14b-1028
50
- name: Open LLM Leaderboard
51
- - task:
52
- type: text-generation
53
- name: Text Generation
54
- dataset:
55
- name: BBH (3-Shot)
56
- type: BBH
57
- args:
58
- num_few_shot: 3
59
- metrics:
60
- - type: acc_norm
61
- value: 49.26
62
- name: normalized accuracy
63
- source:
64
- url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=sthenno-com/miscii-14b-1028
65
- name: Open LLM Leaderboard
66
- - task:
67
- type: text-generation
68
- name: Text Generation
69
- dataset:
70
- name: MATH Lvl 5 (4-Shot)
71
- type: hendrycks/competition_math
72
- args:
73
- num_few_shot: 4
74
- metrics:
75
- - type: exact_match
76
- value: 6.34
77
- name: exact match
78
- source:
79
- url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=sthenno-com/miscii-14b-1028
80
- name: Open LLM Leaderboard
81
- - task:
82
- type: text-generation
83
- name: Text Generation
84
- dataset:
85
- name: GPQA (0-shot)
86
- type: Idavidrein/gpqa
87
- args:
88
- num_few_shot: 0
89
- metrics:
90
- - type: acc_norm
91
- value: 14.21
92
- name: acc_norm
93
- source:
94
- url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=sthenno-com/miscii-14b-1028
95
- name: Open LLM Leaderboard
96
- - task:
97
- type: text-generation
98
- name: Text Generation
99
- dataset:
100
- name: MuSR (0-shot)
101
- type: TAUR-Lab/MuSR
102
- args:
103
- num_few_shot: 0
104
- metrics:
105
- - type: acc_norm
106
- value: 12
107
- name: acc_norm
108
- source:
109
- url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=sthenno-com/miscii-14b-1028
110
- name: Open LLM Leaderboard
111
- - task:
112
- type: text-generation
113
- name: Text Generation
114
- dataset:
115
- name: MMLU-PRO (5-shot)
116
- type: TIGER-Lab/MMLU-Pro
117
- config: main
118
- split: test
119
- args:
120
- num_few_shot: 5
121
- metrics:
122
- - type: acc
123
- value: 46.14
124
- name: accuracy
125
- source:
126
- url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=sthenno-com/miscii-14b-1028
127
- name: Open LLM Leaderboard
128
- ---
129
-
130
- # miscii-14b-1028
131
-
132
- ## Role-based Instructions
133
-
134
- Just parse the following as your system prompt.
135
- Note there is NO `special-tokens` here.
136
-
137
- An example system prompt:
138
-
139
- ```python
140
- system_prompt: str = (
141
- """<|context_start|>personas<|context_sep|>
142
- <|persona_start|>user<|persona_sep|>
143
- {user_persona}<|persona_end|>
144
- <|persona_start|>assistant<|persona_sep|>
145
- {assistant_persona}<|persona_end|><|context_end|>""".format(
146
- user_persona="""I am Miscii.
147
- I am the designer of Sthenno.
148
- [Optional: Additional statements]""",
149
- assistant_persona="""I am Sthenno.
150
- I speak in Chinese.
151
- [Optional: Additional statements]""",
152
- )
153
- )
154
- ```
155
-
156
- ## Training
157
-
158
- See [Report for miscii-1020](https://api.wandb.ai/links/flandrelabs-carnegie-mellon-university/p35vchzx) for more details.
159
-
160
- -----
161
-
162
- # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard) (0215)
163
-
164
- | Metric |Value|
165
- |-------------------|----:|
166
- |Avg. |35.05|
167
- |IFEval (0-Shot) |82.37|
168
- |BBH (3-Shot) |49.26|
169
- |MATH Lvl 5 (4-Shot)| 6.34|
170
- |GPQA (0-shot) |14.21|
171
- |MuSR (0-shot) |12.00|
172
- |MMLU-PRO (5-shot) |46.14|
173
-
174
-
175
- # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard)
176
-
177
- Refined:
178
-
179
- | Metric |Value|
180
- |-------------------|----:|
181
- |Avg. |42.38|
182
- |IFEval (0-Shot) |82.37|
183
- |BBH (3-Shot) |49.26|
184
- |MATH Lvl 5 (4-Shot)|50.30|
185
- |GPQA (0-shot) |14.21|
186
- |MuSR (0-shot) |12.00|
187
- |MMLU-PRO (5-shot) |46.14|
188
-
 
 
 
 
 
189
  $$\large{\text{There's nothing more to Show}}$$
 
1
+ ---
2
+ language:
3
+ - zho
4
+ - eng
5
+ - fra
6
+ - spa
7
+ - por
8
+ - deu
9
+ - ita
10
+ - rus
11
+ - jpn
12
+ - kor
13
+ - vie
14
+ - tha
15
+ - ara
16
+ license: apache-2.0
17
+ library_name: transformers
18
+ tags:
19
+ - chat
20
+ - conversational
21
+ - custom-research
22
+ - rp
23
+ - roleplay
24
+ - tool-use
25
+ base_model:
26
+ - Qwen/Qwen2.5-14B-Instruct
27
+ datasets:
28
+ - nvidia/HelpSteer2
29
+ - google/Synthetic-Persona-Chat
30
+ - mlabonne/orpo-dpo-mix-40k
31
+ pipeline_tag: text-generation
32
+ model-index:
33
+ - name: miscii-14b-1028
34
+ results:
35
+ - task:
36
+ type: text-generation
37
+ name: Text Generation
38
+ dataset:
39
+ name: IFEval (0-Shot)
40
+ type: HuggingFaceH4/ifeval
41
+ args:
42
+ num_few_shot: 0
43
+ metrics:
44
+ - type: inst_level_strict_acc and prompt_level_strict_acc
45
+ value: 82.37
46
+ name: strict accuracy
47
+ source:
48
+ url: >-
49
+ https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=sthenno-com/miscii-14b-1028
50
+ name: Open LLM Leaderboard
51
+ - task:
52
+ type: text-generation
53
+ name: Text Generation
54
+ dataset:
55
+ name: BBH (3-Shot)
56
+ type: BBH
57
+ args:
58
+ num_few_shot: 3
59
+ metrics:
60
+ - type: acc_norm
61
+ value: 49.26
62
+ name: normalized accuracy
63
+ source:
64
+ url: >-
65
+ https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=sthenno-com/miscii-14b-1028
66
+ name: Open LLM Leaderboard
67
+ - task:
68
+ type: text-generation
69
+ name: Text Generation
70
+ dataset:
71
+ name: MATH Lvl 5 (4-Shot)
72
+ type: hendrycks/competition_math
73
+ args:
74
+ num_few_shot: 4
75
+ metrics:
76
+ - type: exact_match
77
+ value: 6.34
78
+ name: exact match
79
+ source:
80
+ url: >-
81
+ https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=sthenno-com/miscii-14b-1028
82
+ name: Open LLM Leaderboard
83
+ - task:
84
+ type: text-generation
85
+ name: Text Generation
86
+ dataset:
87
+ name: GPQA (0-shot)
88
+ type: Idavidrein/gpqa
89
+ args:
90
+ num_few_shot: 0
91
+ metrics:
92
+ - type: acc_norm
93
+ value: 14.21
94
+ name: acc_norm
95
+ source:
96
+ url: >-
97
+ https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=sthenno-com/miscii-14b-1028
98
+ name: Open LLM Leaderboard
99
+ - task:
100
+ type: text-generation
101
+ name: Text Generation
102
+ dataset:
103
+ name: MuSR (0-shot)
104
+ type: TAUR-Lab/MuSR
105
+ args:
106
+ num_few_shot: 0
107
+ metrics:
108
+ - type: acc_norm
109
+ value: 12
110
+ name: acc_norm
111
+ source:
112
+ url: >-
113
+ https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=sthenno-com/miscii-14b-1028
114
+ name: Open LLM Leaderboard
115
+ - task:
116
+ type: text-generation
117
+ name: Text Generation
118
+ dataset:
119
+ name: MMLU-PRO (5-shot)
120
+ type: TIGER-Lab/MMLU-Pro
121
+ config: main
122
+ split: test
123
+ args:
124
+ num_few_shot: 5
125
+ metrics:
126
+ - type: acc
127
+ value: 46.14
128
+ name: accuracy
129
+ source:
130
+ url: >-
131
+ https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=sthenno-com/miscii-14b-1028
132
+ name: Open LLM Leaderboard
133
+ ---
134
+
135
+ # miscii-14b-1028
136
+
137
+ ## Role-based Instructions
138
+
139
+ Just parse the following as your system prompt.
140
+ Note there is NO `special-tokens` here.
141
+
142
+ An example system prompt:
143
+
144
+ ```python
145
+ system_prompt: str = (
146
+ """<|context_start|>personas<|context_sep|>
147
+ <|persona_start|>user<|persona_sep|>
148
+ {user_persona}<|persona_end|>
149
+ <|persona_start|>assistant<|persona_sep|>
150
+ {assistant_persona}<|persona_end|><|context_end|>""".format(
151
+ user_persona="""I am Miscii.
152
+ I am the designer of Sthenno.
153
+ [Optional: Additional statements]""",
154
+ assistant_persona="""I am Sthenno.
155
+ I speak in Chinese.
156
+ [Optional: Additional statements]""",
157
+ )
158
+ )
159
+ ```
160
+
161
+ ## Training
162
+
163
+ See [Report for miscii-1020](https://api.wandb.ai/links/flandrelabs-carnegie-mellon-university/p35vchzx) for more details.
164
+
165
+ -----
166
+
167
+ # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard) (0215)
168
+
169
+ | Metric |Value|
170
+ |-------------------|----:|
171
+ |Avg. |35.05|
172
+ |IFEval (0-Shot) |82.37|
173
+ |BBH (3-Shot) |49.26|
174
+ |MATH Lvl 5 (4-Shot)| 6.34|
175
+ |GPQA (0-shot) |14.21|
176
+ |MuSR (0-shot) |12.00|
177
+ |MMLU-PRO (5-shot) |46.14|
178
+
179
+
180
+ # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard)
181
+
182
+ Refined:
183
+
184
+ | Metric |Value|
185
+ |-------------------|----:|
186
+ |Avg. |42.38|
187
+ |IFEval (0-Shot) |82.37|
188
+ |BBH (3-Shot) |49.26|
189
+ |MATH Lvl 5 (4-Shot)|50.30|
190
+ |GPQA (0-shot) |14.21|
191
+ |MuSR (0-shot) |12.00|
192
+ |MMLU-PRO (5-shot) |46.14|
193
+
194
  $$\large{\text{There's nothing more to Show}}$$