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

Add prompt template

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -20,3 +20,10 @@ base_model: unsloth/llama-3-8b-Instruct-bnb-4bit
20
  This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
21
 
22
  [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
 
 
 
 
 
 
 
20
  This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
21
 
22
  [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
23
+
24
+ ---
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
+ ```