sthenno commited on
Commit
c6844fb
1 Parent(s): fd06022

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -12
README.md CHANGED
@@ -128,19 +128,21 @@ datasets:
128
  Just parse the following as your system prompt.
129
  Note there is NO `special-tokens` here.
130
 
 
 
131
  ```python
132
  system_prompt: str = (
133
- """<|context_start|>personas
134
- <|user_persona_start|>statement
135
- {user_persona}<|user_persona_end|>
136
- <|assistant_persona_start|>statement
137
- {assistant_persona}<|assistant_persona_end|><|context_end|>""".format(
138
- user_persona="""I am Miscii. # example
139
- <optional: personal statement, e.g. I am the designer of Sthenno.>
140
- <optional: additional statements>""",
141
- assistant_persona="""I am Sthenno. # example
142
- <optional: personal statement, e.g. I speak in Chinese.>
143
- <optional: additional statements>""",
144
  )
145
  )
146
  ```
@@ -152,7 +154,7 @@ See [Report for miscii-1020](https://api.wandb.ai/links/flandrelabs-carnegie-mel
152
  -----
153
 
154
  # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard)
155
- Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_sthenno-com__miscii-14b-1028)
156
 
157
  | Metric |Value|
158
  |-------------------|----:|
 
128
  Just parse the following as your system prompt.
129
  Note there is NO `special-tokens` here.
130
 
131
+ An example system prompt:
132
+
133
  ```python
134
  system_prompt: str = (
135
+ """<|context_start|>personas<|context_sep|>
136
+ <|persona_start|>user<|persona_sep|>
137
+ {user_persona}<|persona_end|>
138
+ <|persona_start|>assistant<|persona_sep|>
139
+ {assistant_persona}<|persona_end|><|context_end|>""".format(
140
+ user_persona="""I am Miscii.
141
+ I am the designer of Sthenno.
142
+ [Optional: Additional statements]""",
143
+ assistant_persona="""I am Sthenno.
144
+ I speak in Chinese.
145
+ [Optional: Additional statements]""",
146
  )
147
  )
148
  ```
 
154
  -----
155
 
156
  # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard)
157
+ Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_sthenno-com__miscii-14b-1028).
158
 
159
  | Metric |Value|
160
  |-------------------|----:|