jonathanjordan21 commited on
Commit
29b3b09
1 Parent(s): e940f34

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -23,6 +23,8 @@ This qwen2 model was trained 2x faster with [Unsloth](https://github.com/unsloth
23
 
24
  # Prompt Example
25
 
26
- ```python
27
- "<|im_start|>paragraph\nexample_paragraphs<|im_end|>summarize\n"
 
 
28
  ```
 
23
 
24
  # Prompt Example
25
 
26
+ ```
27
+ <|im_start|>paragraph
28
+ example_paragraphs<|im_end|>
29
+ <|im_start|>summarize
30
  ```