Bingguang commited on
Commit
1646a3c
·
verified ·
1 Parent(s): 78c9951

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -32,7 +32,7 @@ Performance of SFT and FunReason models on HumanEval and MBPP (including their H
32
 
33
  **We recommend adhering to the following configurations when utilizing the FunReason model, to achieve the expected performance:**
34
 
35
- 1. **Using the original BFCL system prompt.**
36
  2. In the model handler, the delimiter of the answer is "\n", and the last string obtained by delimiting is taken as the answer
37
  3. **To ensure that the model engages in thorough reasoning, we recommend enforcing the model to initiate its response with "\<think\>\n" at the beginning of every output.**
38
 
 
32
 
33
  **We recommend adhering to the following configurations when utilizing the FunReason model, to achieve the expected performance:**
34
 
35
+ 1. **Using the original BFCL system prompt and the chat templete of Qwen.**
36
  2. In the model handler, the delimiter of the answer is "\n", and the last string obtained by delimiting is taken as the answer
37
  3. **To ensure that the model engages in thorough reasoning, we recommend enforcing the model to initiate its response with "\<think\>\n" at the beginning of every output.**
38