thesven commited on
Commit
e92a7d7
1 Parent(s): f317123

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -17,6 +17,16 @@ This repo contains a GGUF Quantized versions of the Qwen2 0.5B Model in various
17
  </a>
18
  </div>
19
 
 
 
 
 
 
 
 
 
 
 
20
  ## Original Model Card
21
 
22
  # Qwen2-0.5B-Instruct
 
17
  </a>
18
  </div>
19
 
20
+ ### Prompt Format
21
+ ```bash
22
+ <|im_start|>system
23
+ {system_prompt}<|im_end|>
24
+ <|im_start|>user
25
+ {prompt}<|im_end|>
26
+ <|im_start|>assistant
27
+
28
+ ```
29
+
30
  ## Original Model Card
31
 
32
  # Qwen2-0.5B-Instruct