legolasyiu commited on
Commit
5e01247
·
verified ·
1 Parent(s): 704131a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -146,6 +146,21 @@ This model uses `ChatML` prompt template:
146
  {Assistant}
147
  ````
148
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
149
  # How to use
150
 
151
  You can use this model by using `EpistemeAI/Llama-3.1-8B-ORPO` as the model name in Hugging Face's
 
146
  {Assistant}
147
  ````
148
 
149
+ # Aplaca prompt(recommended):
150
+ ```
151
+ f"""Below is an instruction that describes a task. \
152
+ Write a response that appropriately completes the request.
153
+
154
+ ### Instruction:
155
+ {x['instruction']}
156
+
157
+ ### Input:
158
+ {x['input']}
159
+
160
+ ### Response:
161
+ """
162
+ ```
163
+
164
  # How to use
165
 
166
  You can use this model by using `EpistemeAI/Llama-3.1-8B-ORPO` as the model name in Hugging Face's