shimmyshimmer commited on
Commit
2f1569c
·
verified ·
1 Parent(s): 361b287

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -5
README.md CHANGED
@@ -130,11 +130,7 @@ license_name: llama4
130
 
131
  **Chat template/prompt format:**
132
  ```
133
- <|begin_of_text|><|header_start|>system<|header_end|>
134
-
135
- {system_prompt}<|eot|><|header_start|>user<|header_end|>
136
-
137
- {prompt}<|eot|><|header_start|>assistant<|header_end|>
138
  ```
139
 
140
  # 🦙 Fine-tune Meta's Llama 4 with Unsloth!
 
130
 
131
  **Chat template/prompt format:**
132
  ```
133
+ <|header_start|>user<|header_end|>\n\nWhat is 1+1?<|eot|><|header_start|>assistant<|header_end|>\n\n
 
 
 
 
134
  ```
135
 
136
  # 🦙 Fine-tune Meta's Llama 4 with Unsloth!