Update README.md
Browse files
README.md
CHANGED
@@ -10,6 +10,14 @@ tags:
|
|
10 |
---
|
11 |
# ST Example:
|
12 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/642265bc01c62c1e4102dc36/QJwYuz7Mo5Niywo9iQ1eR.png)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
|
14 |
### The following models were included in the merge:
|
15 |
* [Nitral-AI/Captain_Eris_Noctis-12B-alt-v0.420](https://huggingface.co/Nitral-AI/Captain_Eris_Noctis-12B-alt-v0.420)
|
|
|
10 |
---
|
11 |
# ST Example:
|
12 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/642265bc01c62c1e4102dc36/QJwYuz7Mo5Niywo9iQ1eR.png)
|
13 |
+
# Prompt format: ChatML
|
14 |
+
```
|
15 |
+
<|im_start|>system
|
16 |
+
{system_prompt}<|im_end|>
|
17 |
+
<|im_start|>user
|
18 |
+
{prompt}<|im_end|>
|
19 |
+
<|im_start|>assistant
|
20 |
+
```
|
21 |
|
22 |
### The following models were included in the merge:
|
23 |
* [Nitral-AI/Captain_Eris_Noctis-12B-alt-v0.420](https://huggingface.co/Nitral-AI/Captain_Eris_Noctis-12B-alt-v0.420)
|