sthenno commited on
Commit
6413b2a
1 Parent(s): 7d11e4e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -118,14 +118,14 @@ model-index:
118
  datasets:
119
  - nvidia/HelpSteer2
120
  - google/Synthetic-Persona-Chat
121
- - custom
122
  ---
123
 
124
  # miscii-14b-1028
125
 
126
  ## Role-based Instructions
127
 
128
- Just use the following text as your system prompt. Note there is NO `special-token` here, just plain text.
 
129
 
130
  ```python
131
  system_prompt: str = (
@@ -144,6 +144,8 @@ system_prompt: str = (
144
  )
145
  ```
146
 
 
 
147
  See [Report for miscii-1020](https://api.wandb.ai/links/flandrelabs-carnegie-mellon-university/p35vchzx) for more details.
148
 
149
  # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard)
 
118
  datasets:
119
  - nvidia/HelpSteer2
120
  - google/Synthetic-Persona-Chat
 
121
  ---
122
 
123
  # miscii-14b-1028
124
 
125
  ## Role-based Instructions
126
 
127
+ Just parse the following text as your system prompt.
128
+ Note there is NO `special-tokens` here.
129
 
130
  ```python
131
  system_prompt: str = (
 
144
  )
145
  ```
146
 
147
+ ## Training
148
+
149
  See [Report for miscii-1020](https://api.wandb.ai/links/flandrelabs-carnegie-mellon-university/p35vchzx) for more details.
150
 
151
  # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard)