Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -57,8 +57,7 @@ model = AutoModelForCausalLM.from_pretrained("caiyuchen/DAPO-step-22")
|
|
| 57 |
tokenizer = AutoTokenizer.from_pretrained("caiyuchen/DAPO-step-22")
|
| 58 |
|
| 59 |
question = "Convert the point $(0,3)$ in rectangular coordinates to polar coordinates. Enter your answer in the form $(r,\theta),$ where $r > 0$ and $0 \le \theta < 2 \pi.$"
|
| 60 |
-
question_with_instruction = question + "
|
| 61 |
-
Please reason step by step, and put your final answer within \boxed{{}}"
|
| 62 |
|
| 63 |
# Apply chat template
|
| 64 |
prompt = tokenizer.apply_chat_template(
|
|
|
|
| 57 |
tokenizer = AutoTokenizer.from_pretrained("caiyuchen/DAPO-step-22")
|
| 58 |
|
| 59 |
question = "Convert the point $(0,3)$ in rectangular coordinates to polar coordinates. Enter your answer in the form $(r,\theta),$ where $r > 0$ and $0 \le \theta < 2 \pi.$"
|
| 60 |
+
question_with_instruction = question + "Please reason step by step, and put your final answer within \boxed{{}}"
|
|
|
|
| 61 |
|
| 62 |
# Apply chat template
|
| 63 |
prompt = tokenizer.apply_chat_template(
|