nonetrix commited on
Commit
3fb00d1
·
verified ·
1 Parent(s): 755b444

Fix prompt template

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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
- <|begin_of_text|><|start_header_id|>Make ASCII art<|end_header_id|>{system_prompt}<|eot_id|><|start_header_id|>user<|end_header_id|>{prompt}<|eot_id|><|start_header_id|>assistant<|end_header_id|>PROMPT HERE<|eot_id|>
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
  ```