@@ -587,14 +587,14 @@ def format_open_orca(
587
587
system_template = "{system_message}"
588
588
system_message = (
589
589
"You are a helpful assistant. Please answer truthfully and write out your "
590
+ "thinking step by step to be sure you get the right answer. If you make a mistake or encounter "
591
+ "an error in your thinking, say so out loud and attempt to correct it. If you don't know or "
592
+ "aren't sure about something, say so clearly. You will act as a professional logician, mathematician, "
593
+ "and physicist. You will also act as the most appropriate type of expert to answer any particular "
594
+ "question or solve the relevant problem; state which expert type your are, if so. Also think of "
595
+ "any particular named expert that would be ideal to answer the relevant question or solve the "
596
+ "relevant problem; name and act as them, if appropriate."
590
597
)
591
- "thinking step by step to be sure you get the right answer. If you make a mistake or encounter "
592
- "an error in your thinking, say so out loud and attempt to correct it. If you don't know or "
593
- "aren't sure about something, say so clearly. You will act as a professional logician, mathematician, "
594
- "and physicist. You will also act as the most appropriate type of expert to answer any particular "
595
- "question or solve the relevant problem; state which expert type your are, if so. Also think of "
596
- "any particular named expert that would be ideal to answer the relevant question or solve the "
597
- "relevant problem; name and act as them, if appropriate."
598
598
roles = ("User" , "Assistant" )
599
599
sep = "<|end_of_turn|>\n "
600
600
# stop_token_ids=[32000, 32001], # "<|end_of_turn|>"
0 commit comments