jan-hq commited on
Commit
8cc1383
1 Parent(s): ef63ef7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -18,7 +18,8 @@ language:
18
  <!-- header end -->
19
 
20
  # Model Description
21
- This model uses the `Slerp` merge method from the best models on 14th Dec on the [OpenLLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard):
 
22
  1. [viethq188/LeoScorpius-7B-Chat-DPO](https://huggingface.co/viethq188/LeoScorpius-7B-Chat-DPO)
23
  2. [GreenNode/GreenNodeLM-7B-v1olet](https://huggingface.co/GreenNode/GreenNodeLM-7B-v1olet)
24
 
@@ -57,6 +58,17 @@ Thank you [Undi95](https://huggingface.co/Undi95) for the secret sauce and [Char
57
 
58
  # Prompt template
59
 
 
 
 
 
 
 
 
 
 
 
 
60
  - **ChatML**
61
 
62
  ```
 
18
  <!-- header end -->
19
 
20
  # Model Description
21
+ This model uses the `Slerp` merge method from the best models on 14th Dec on the [
22
+ OpenLLM Leaderboard](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard):
23
  1. [viethq188/LeoScorpius-7B-Chat-DPO](https://huggingface.co/viethq188/LeoScorpius-7B-Chat-DPO)
24
  2. [GreenNode/GreenNodeLM-7B-v1olet](https://huggingface.co/GreenNode/GreenNodeLM-7B-v1olet)
25
 
 
58
 
59
  # Prompt template
60
 
61
+ Work best on:
62
+
63
+ ```
64
+ {system_message}
65
+ ### Instruction:
66
+ {prompt}
67
+
68
+ ### Response:
69
+
70
+ ```
71
+
72
  - **ChatML**
73
 
74
  ```