Fix prompt template
Browse files
README.md
CHANGED
@@ -25,5 +25,5 @@ This llama model was trained 2x faster with [Unsloth](https://github.com/unsloth
|
|
25 |
|
26 |
Prompt template
|
27 |
```
|
28 |
-
<|
|
29 |
```
|
|
|
25 |
|
26 |
Prompt template
|
27 |
```
|
28 |
+
f"<|start_header_id|>system<|end_header_id|>Make ASCII art<|eot_id|><|start_header_id|>user<|end_header_id|>{prompt}<|end_header_id|>"
|
29 |
```
|