RDson commited on
Commit
c5af895
1 Parent(s): f202f82

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -7,4 +7,13 @@ tags:
7
  - dolphin
8
  - gguf
9
  ---
10
- The GGUF files of [RDson/Dolphin-less-Llama-3-Instruct-8B](https://huggingface.co/RDson/Dolphin-less-Llama-3-Instruct-8B).
 
 
 
 
 
 
 
 
 
 
7
  - dolphin
8
  - gguf
9
  ---
10
+ The GGUF files of [RDson/Dolphin-less-Llama-3-Instruct-8B](https://huggingface.co/RDson/Dolphin-less-Llama-3-Instruct-8B).
11
+
12
+ Use the ChatML prompt template
13
+ ```
14
+ <|im_start|>system
15
+ You are Dolphin, a helpful AI assistant.<|im_end|>
16
+ <|im_start|>user
17
+ {prompt}<|im_end|>
18
+ <|im_start|>assistant
19
+ ```