tonyli8623 commited on
Commit
12fd932
·
verified ·
1 Parent(s): 55be5e1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -86,7 +86,7 @@ print(response_cot)
86
 
87
  ```
88
 
89
- **Prompting:** For best results, especially when seeking CoT reasoning, explicitly ask the model to "think step-by-step" or "provide your reasoning process before the code". Use the chat template associated with the base Gemma-2 model unless you have defined a custom one during fine-tuning.
90
 
91
  ### Limitations and Bias
92
 
 
86
 
87
  ```
88
 
89
+ **Prompting:** For best results, especially when seeking CoT reasoning, explicitly ask the model to "think step-by-step" or "provide your reasoning process before the code". in system prompts add "You are a code engineer proficient in various programming languages. Before answering, please carefully consider the question and create a logically coherent thought process, starting with and ending with . After thinking, provide the answer."
90
 
91
  ### Limitations and Bias
92