Improve language tag
Browse filesHi! As the model is multilingual, this is a PR to add other languages than English to the language tag to improve the referencing. Note that 29 languages are announced in the README, but only 13 are explicitly listed. I was therefore only able to add these 13 languages.
README.md
CHANGED
@@ -1,178 +1,189 @@
|
|
1 |
-
---
|
2 |
-
language:
|
3 |
-
-
|
4 |
-
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
-
|
9 |
-
-
|
10 |
-
-
|
11 |
-
-
|
12 |
-
-
|
13 |
-
-
|
14 |
-
|
15 |
-
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
type:
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
type:
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
type:
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
type:
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
type:
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
name:
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
|
149 |
-
|
150 |
-
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
-
|
159 |
-
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
-
|
164 |
-
|
165 |
-
|
166 |
-
|
167 |
-
|
168 |
-
|
|
169 |
-
|
170 |
-
|
|
171 |
-
|
|
172 |
-
|
|
173 |
-
|
174 |
-
|
175 |
-
|
176 |
-
|
177 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
178 |
$$\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 |
+
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}}$$
|