Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -121,6 +121,7 @@ datasets:
|
|
| 121 |
- nvidia/HelpSteer2
|
| 122 |
- google/Synthetic-Persona-Chat
|
| 123 |
- mlabonne/orpo-dpo-mix-40k
|
|
|
|
| 124 |
|
| 125 |
---
|
| 126 |
|
|
@@ -140,19 +141,21 @@ This is quantized version of [sthenno-com/miscii-14b-1028](https://huggingface.c
|
|
| 140 |
Just parse the following as your system prompt.
|
| 141 |
Note there is NO `special-tokens` here.
|
| 142 |
|
|
|
|
|
|
|
| 143 |
```python
|
| 144 |
system_prompt: str = (
|
| 145 |
-
"""<|context_start|>personas
|
| 146 |
-
<|
|
| 147 |
-
{user_persona}<|
|
| 148 |
-
<|
|
| 149 |
-
{assistant_persona}<|
|
| 150 |
-
user_persona="""I am Miscii.
|
| 151 |
-
|
| 152 |
-
|
| 153 |
-
assistant_persona="""I am Sthenno.
|
| 154 |
-
|
| 155 |
-
|
| 156 |
)
|
| 157 |
)
|
| 158 |
```
|
|
@@ -164,7 +167,7 @@ See [Report for miscii-1020](https://api.wandb.ai/links/flandrelabs-carnegie-mel
|
|
| 164 |
-----
|
| 165 |
|
| 166 |
# [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard)
|
| 167 |
-
Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_sthenno-com__miscii-14b-1028)
|
| 168 |
|
| 169 |
| Metric |Value|
|
| 170 |
|-------------------|----:|
|
|
|
|
| 121 |
- nvidia/HelpSteer2
|
| 122 |
- google/Synthetic-Persona-Chat
|
| 123 |
- mlabonne/orpo-dpo-mix-40k
|
| 124 |
+
new_version: sthenno-com/miscii-14b-1225
|
| 125 |
|
| 126 |
---
|
| 127 |
|
|
|
|
| 141 |
Just parse the following as your system prompt.
|
| 142 |
Note there is NO `special-tokens` here.
|
| 143 |
|
| 144 |
+
An example system prompt:
|
| 145 |
+
|
| 146 |
```python
|
| 147 |
system_prompt: str = (
|
| 148 |
+
"""<|context_start|>personas<|context_sep|>
|
| 149 |
+
<|persona_start|>user<|persona_sep|>
|
| 150 |
+
{user_persona}<|persona_end|>
|
| 151 |
+
<|persona_start|>assistant<|persona_sep|>
|
| 152 |
+
{assistant_persona}<|persona_end|><|context_end|>""".format(
|
| 153 |
+
user_persona="""I am Miscii.
|
| 154 |
+
I am the designer of Sthenno.
|
| 155 |
+
[Optional: Additional statements]""",
|
| 156 |
+
assistant_persona="""I am Sthenno.
|
| 157 |
+
I speak in Chinese.
|
| 158 |
+
[Optional: Additional statements]""",
|
| 159 |
)
|
| 160 |
)
|
| 161 |
```
|
|
|
|
| 167 |
-----
|
| 168 |
|
| 169 |
# [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard)
|
| 170 |
+
Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_sthenno-com__miscii-14b-1028).
|
| 171 |
|
| 172 |
| Metric |Value|
|
| 173 |
|-------------------|----:|
|