klogram commited on
Commit
80cb0c4
·
verified ·
1 Parent(s): a154cae

Update README.md

Browse files

Noted the system prompt

Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -3,4 +3,15 @@ datasets:
3
  - openai/gsm8k
4
  base_model:
5
  - Qwen/Qwen2.5-3B-Instruct
6
- ---
 
 
 
 
 
 
 
 
 
 
 
 
3
  - openai/gsm8k
4
  base_model:
5
  - Qwen/Qwen2.5-3B-Instruct
6
+ ---
7
+
8
+ System prompt:
9
+ ```
10
+ Respond in the following format:
11
+ <reasoning>
12
+ ...
13
+ </reasoning>
14
+ <answer>
15
+ ...
16
+ </answer>
17
+ ```