Update README.md
Browse files
README.md
CHANGED
@@ -17,3 +17,15 @@ Found some issues, trying to fix them for my own usage and adding more RP data w
|
|
17 |
You can do your own quantized files with the [imatrix.dat file](https://huggingface.co/Undi95/MG-FinalMix-72B/blob/main/imatrix.dat) done with "[wiki.train.raw](https://cosmo.zip/pub/datasets/wikitext-2-raw/)".
|
18 |
|
19 |
Credits to [Alpin](https://huggingface.co/alpindale) and the gang for [magnum-72b-v1](https://huggingface.co/alpindale/magnum-72b-v1), and [Ikari](https://huggingface.co/ikaridev) for his datasets.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
You can do your own quantized files with the [imatrix.dat file](https://huggingface.co/Undi95/MG-FinalMix-72B/blob/main/imatrix.dat) done with "[wiki.train.raw](https://cosmo.zip/pub/datasets/wikitext-2-raw/)".
|
18 |
|
19 |
Credits to [Alpin](https://huggingface.co/alpindale) and the gang for [magnum-72b-v1](https://huggingface.co/alpindale/magnum-72b-v1), and [Ikari](https://huggingface.co/ikaridev) for his datasets.
|
20 |
+
|
21 |
+
### Prompt template ChatML
|
22 |
+
|
23 |
+
|
24 |
+
```
|
25 |
+
<|im_start|>system
|
26 |
+
{system_prompt}<|im_end|>
|
27 |
+
<|im_start|>user
|
28 |
+
{prompt}<|im_end|>
|
29 |
+
<|im_start|>assistant
|
30 |
+
{output}<|im_end|>
|
31 |
+
```
|