MaziyarPanahi commited on
Commit
3e6f26a
1 Parent(s): a0038ac

Update README.md (#2)

Browse files

- Update README.md (54f0feabd6cfe5aacd92de4eca070f5bcdcc199f)

Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -26,6 +26,21 @@ quantized_by: MaziyarPanahi
26
  ## Description
27
  [MaziyarPanahi/Llama-3-8B-Instruct-DPO-v0.3-GGUF](https://huggingface.co/MaziyarPanahi/Llama-3-8B-Instruct-DPO-v0.3-GGUF) contains GGUF format model files for [MaziyarPanahi/Llama-3-8B-Instruct-DPO-v0.3](https://huggingface.co/MaziyarPanahi/Llama-3-8B-Instruct-DPO-v0.3).
28
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  ### About GGUF
30
 
31
  GGUF is a new format introduced by the llama.cpp team on August 21st 2023. It is a replacement for GGML, which is no longer supported by llama.cpp.
 
26
  ## Description
27
  [MaziyarPanahi/Llama-3-8B-Instruct-DPO-v0.3-GGUF](https://huggingface.co/MaziyarPanahi/Llama-3-8B-Instruct-DPO-v0.3-GGUF) contains GGUF format model files for [MaziyarPanahi/Llama-3-8B-Instruct-DPO-v0.3](https://huggingface.co/MaziyarPanahi/Llama-3-8B-Instruct-DPO-v0.3).
28
 
29
+ ## Prompt Template
30
+
31
+ This model uses `ChatML` prompt template:
32
+
33
+ ```
34
+ <|im_start|>system
35
+ {System}
36
+ <|im_end|>
37
+ <|im_start|>user
38
+ {User}
39
+ <|im_end|>
40
+ <|im_start|>assistant
41
+ {Assistant}
42
+ ````
43
+
44
  ### About GGUF
45
 
46
  GGUF is a new format introduced by the llama.cpp team on August 21st 2023. It is a replacement for GGML, which is no longer supported by llama.cpp.