MaziyarPanahi
commited on
Update README.md (#8)
Browse files- Update README.md (48ba2ed03f46a153f7edf6d857ff683d05756a89)
README.md
CHANGED
@@ -35,6 +35,21 @@ This model is a fine-tune (DPO) of `meta-llama/Meta-Llama-3-8B-Instruct` model.
|
|
35 |
|
36 |
All GGUF models come with context length of `32000`: [Llama-3-8B-Instruct-DPO-v0.3-32k-GGUF](https://huggingface.co/MaziyarPanahi/Llama-3-8B-Instruct-DPO-v0.3-32k-GGUF)
|
37 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
38 |
# How to use
|
39 |
|
40 |
You can use this model by using `MaziyarPanahi/Llama-3-8B-Instruct-DPO-v0.3` as the model name in Hugging Face's
|
|
|
35 |
|
36 |
All GGUF models come with context length of `32000`: [Llama-3-8B-Instruct-DPO-v0.3-32k-GGUF](https://huggingface.co/MaziyarPanahi/Llama-3-8B-Instruct-DPO-v0.3-32k-GGUF)
|
37 |
|
38 |
+
# Prompt Template
|
39 |
+
|
40 |
+
This model uses `ChatML` prompt template:
|
41 |
+
|
42 |
+
```
|
43 |
+
<|im_start|>system
|
44 |
+
{System}
|
45 |
+
<|im_end|>
|
46 |
+
<|im_start|>user
|
47 |
+
{User}
|
48 |
+
<|im_end|>
|
49 |
+
<|im_start|>assistant
|
50 |
+
{Assistant}
|
51 |
+
````
|
52 |
+
|
53 |
# How to use
|
54 |
|
55 |
You can use this model by using `MaziyarPanahi/Llama-3-8B-Instruct-DPO-v0.3` as the model name in Hugging Face's
|