Update prompt template
Browse files
README.md
CHANGED
@@ -5,6 +5,7 @@ license_link: https://llama.meta.com/llama3/license/
|
|
5 |
tags:
|
6 |
- text-generation-inference
|
7 |
- transformers
|
|
|
8 |
- unsloth
|
9 |
- llama
|
10 |
datasets:
|
@@ -167,15 +168,15 @@ All quants made using imatrix option with dataset from [here](https://gist.githu
|
|
167 |
|
168 |
## Prompt format
|
169 |
|
170 |
-
No chat template specified so default is used. This may be incorrect, check original model card for details.
|
171 |
-
|
172 |
```
|
173 |
-
|
174 |
-
{
|
175 |
-
|
176 |
-
|
177 |
-
|
178 |
|
|
|
|
|
179 |
```
|
180 |
|
181 |
## Download a file (not the whole branch) from below:
|
|
|
5 |
tags:
|
6 |
- text-generation-inference
|
7 |
- transformers
|
8 |
+
|
9 |
- unsloth
|
10 |
- llama
|
11 |
datasets:
|
|
|
168 |
|
169 |
## Prompt format
|
170 |
|
|
|
|
|
171 |
```
|
172 |
+
### System:
|
173 |
+
{}
|
174 |
+
|
175 |
+
### Instruction:
|
176 |
+
{}
|
177 |
|
178 |
+
### Response:
|
179 |
+
{}
|
180 |
```
|
181 |
|
182 |
## Download a file (not the whole branch) from below:
|