MaziyarPanahi
commited on
Commit
•
d9633c2
1
Parent(s):
0f76633
Update README.md (#6)
Browse files- Update README.md (52281ce0c11dd021529a2b8206a30776d423fec5)
README.md
CHANGED
@@ -31,6 +31,21 @@ datasets:
|
|
31 |
|
32 |
This model is a fine-tune (DPO) of `meta-llama/Meta-Llama-3-8B-Instruct` model.
|
33 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
# How to use
|
35 |
|
36 |
You can use this model by using `MaziyarPanahi/Llama-3-8B-Instruct-DPO-v0.2` as the model name in Hugging Face's
|
|
|
31 |
|
32 |
This model is a fine-tune (DPO) of `meta-llama/Meta-Llama-3-8B-Instruct` model.
|
33 |
|
34 |
+
# Prompt Template
|
35 |
+
|
36 |
+
This model uses `ChatML` prompt template:
|
37 |
+
|
38 |
+
```
|
39 |
+
<|im_start|>system
|
40 |
+
{System}
|
41 |
+
<|im_end|>
|
42 |
+
<|im_start|>user
|
43 |
+
{User}
|
44 |
+
<|im_end|>
|
45 |
+
<|im_start|>assistant
|
46 |
+
{Assistant}
|
47 |
+
````
|
48 |
+
|
49 |
# How to use
|
50 |
|
51 |
You can use this model by using `MaziyarPanahi/Llama-3-8B-Instruct-DPO-v0.2` as the model name in Hugging Face's
|