qingy2024 commited on
Commit
28fe5e6
·
verified ·
1 Parent(s): 1f8cbc3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -14,7 +14,13 @@ PR2 is an experimental fine tune of Qwen2.5 14B Instruct, incorporating planning
14
 
15
  **Example:**
16
 
17
- Input: Find the minimum value of the expression \\(\left(\sqrt{2(1+\cos 2 x)}-\sqrt{36-4 \sqrt{5}} \sin x+2\right) \cdot \left(3+2 \sqrt{10-\sqrt{5}} \cos y-\cos 2 y\right)\\). If the answer is not an integer, round it to the nearest integer.
 
 
 
 
 
 
18
 
19
  Output:
20
 
 
14
 
15
  **Example:**
16
 
17
+ Input:
18
+
19
+ ```
20
+ Find the minimum value of the expression \\(\left(\sqrt{2(1+\cos 2 x)}-\sqrt{36-4 \sqrt{5}} \sin x+2\right) \cdot \left(3+2 \sqrt{10-\sqrt{5}} \cos y-\cos 2 y\right)\\). If the answer is not an integer, round it to the nearest integer.
21
+
22
+ First, create a high level overview in <plan></plan> tags, then do your reasoning in <think></think> tags, and put your final answer in <answer></answer>.
23
+ ```
24
 
25
  Output:
26