renll commited on
Commit
cddb27e
·
verified ·
1 Parent(s): e49b6ce

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -95,7 +95,7 @@ Given the nature of the training data, the Phi-4-mini-flash-reasoning
95
  model is best suited for prompts using this specific format for reasoning-heavy tasks:
96
 
97
  ```yaml
98
- <|user|>Please reason step by step, and put your final answer within \\boxed{{}}. How to solve 3*x^2+4*x+5=1?<|end|><|assistant|>
99
  ```
100
  ### Inference with transformers
101
  List of required packages:
 
95
  model is best suited for prompts using this specific format for reasoning-heavy tasks:
96
 
97
  ```yaml
98
+ <|user|>Please reason step by step, and put your final answer within \boxed{}. How to solve 3*x^2+4*x+5=1?<|end|><|assistant|>
99
  ```
100
  ### Inference with transformers
101
  List of required packages: