MaziyarPanahi commited on
Commit
aaa0a4c
1 Parent(s): f009ec6

Update README.md (#2)

Browse files

- Update README.md (bd3b2b7043a3177c48d7c6123b14c8b91fac5177)

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.1-GGUF](https://huggingface.co/MaziyarPanahi/Llama-3-8B-Instruct-DPO-v0.1-GGUF) contains GGUF format model files for [MaziyarPanahi/Llama-3-8B-Instruct-DPO-v0.1](https://huggingface.co/MaziyarPanahi/Llama-3-8B-Instruct-DPO-v0.1).
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.1-GGUF](https://huggingface.co/MaziyarPanahi/Llama-3-8B-Instruct-DPO-v0.1-GGUF) contains GGUF format model files for [MaziyarPanahi/Llama-3-8B-Instruct-DPO-v0.1](https://huggingface.co/MaziyarPanahi/Llama-3-8B-Instruct-DPO-v0.1).
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.