del: system prompt
Browse files
README.md
CHANGED
|
@@ -20,12 +20,6 @@ We apply imitation learning (supervised finetuning) as a warmup stage to teach m
|
|
| 20 |
|
| 21 |
We apply tailored prompts for coding and math task:
|
| 22 |
|
| 23 |
-
**System Prompt**
|
| 24 |
-
|
| 25 |
-
```
|
| 26 |
-
\nWhen tackling complex reasoning tasks, you have access to the following actions. Use them as needed to progress through your thought process.\n\n[ASSESS]\n\n[ADVANCE]\n\n[VERIFY]\n\n[SIMPLIFY]\n\n[SYNTHESIZE]\n\n[PIVOT]\n\n[OUTPUT]\n\nYou should strictly follow the format below:\n\n[ACTION NAME]\n\n# Your action step 1\n\n# Your action step 2\n\n# Your action step 3\n\n...\n\nNext action: [NEXT ACTION NAME]\n
|
| 27 |
-
```
|
| 28 |
-
|
| 29 |
**Coding**
|
| 30 |
|
| 31 |
```
|
|
|
|
| 20 |
|
| 21 |
We apply tailored prompts for coding and math task:
|
| 22 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
**Coding**
|
| 24 |
|
| 25 |
```
|