Update README.md
Browse files
README.md
CHANGED
@@ -147,6 +147,24 @@ This model uses `ChatML ` prompt template:
|
|
147 |
|
148 |
You can also use alpaca prompt.
|
149 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
150 |
# How to use
|
151 |
|
152 |
You can use this model by using `EpistemeAI/Alpaca-Llama3.1-8B` as the model name in Hugging Face's
|
|
|
147 |
|
148 |
You can also use alpaca prompt.
|
149 |
|
150 |
+
## Prompt Template: Alpaca (recommended)
|
151 |
+
plesee use Alpaca prompt
|
152 |
+
|
153 |
+
```python
|
154 |
+
f"""Below is an instruction that describes a task. \
|
155 |
+
Write a response that appropriately completes the request.
|
156 |
+
|
157 |
+
### Instruction:
|
158 |
+
{x['instruction']}
|
159 |
+
|
160 |
+
### Input:
|
161 |
+
{x['input']}
|
162 |
+
|
163 |
+
### Response:
|
164 |
+
"""
|
165 |
+
```
|
166 |
+
|
167 |
+
|
168 |
# How to use
|
169 |
|
170 |
You can use this model by using `EpistemeAI/Alpaca-Llama3.1-8B` as the model name in Hugging Face's
|