Text Generation
Safetensors
9 languages
mistral
conversational
Epiculous commited on
Commit
b354d94
1 Parent(s): d5ddf63

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -26,7 +26,7 @@ Back from the dead! Hoping to make something cool to share with everyone! Introd
26
 
27
  ## Prompting
28
  Crimson Dawn was trained with the Mistral Instruct template, therefore it should be prompted in a similar way that you would prompt any other mistral based model.
29
-
30
  ```
31
  "<s>[INST] Prompt goes here [/INST]<\s>"
32
  ```
 
26
 
27
  ## Prompting
28
  Crimson Dawn was trained with the Mistral Instruct template, therefore it should be prompted in a similar way that you would prompt any other mistral based model.
29
+ If you are using GGUF I strongly advise using ChatML, for some reason that quantization performs better using ChatML.
30
  ```
31
  "<s>[INST] Prompt goes here [/INST]<\s>"
32
  ```