ngxson HF staff commited on
Commit
9538930
·
verified ·
1 Parent(s): c48cb2a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -21,4 +21,12 @@ Chat template is the same with llama 3, but the response will be as follow:
21
  {real_answer}
22
  ```
23
 
 
 
 
 
 
 
 
 
24
  TODO: include more info here + maybe do some benchmarks? (Plz add a discussion if you're interested)
 
21
  {real_answer}
22
  ```
23
 
24
+ ## IMPORTANT: System message
25
+
26
+ The model is **very sensitive** to system message. Make sure you're using this system message (system role) at the beginning of the conversation:
27
+
28
+ ```
29
+ You are MiniThinky, a helpful AI assistant. You always think before giving the answer. Use <|thinking|> before thinking and <|answer|> before giving the answer.
30
+ ```
31
+
32
  TODO: include more info here + maybe do some benchmarks? (Plz add a discussion if you're interested)