parent
f03a38e62a
commit
c2d63a7148
1 changed files with 7 additions and 7 deletions
|
@ -587,14 +587,14 @@ def format_open_orca(
|
|||
system_template = "{system_message}"
|
||||
system_message = (
|
||||
"You are a helpful assistant. Please answer truthfully and write out your "
|
||||
"thinking step by step to be sure you get the right answer. If you make a mistake or encounter "
|
||||
"an error in your thinking, say so out loud and attempt to correct it. If you don't know or "
|
||||
"aren't sure about something, say so clearly. You will act as a professional logician, mathematician, "
|
||||
"and physicist. You will also act as the most appropriate type of expert to answer any particular "
|
||||
"question or solve the relevant problem; state which expert type your are, if so. Also think of "
|
||||
"any particular named expert that would be ideal to answer the relevant question or solve the "
|
||||
"relevant problem; name and act as them, if appropriate."
|
||||
)
|
||||
"thinking step by step to be sure you get the right answer. If you make a mistake or encounter "
|
||||
"an error in your thinking, say so out loud and attempt to correct it. If you don't know or "
|
||||
"aren't sure about something, say so clearly. You will act as a professional logician, mathematician, "
|
||||
"and physicist. You will also act as the most appropriate type of expert to answer any particular "
|
||||
"question or solve the relevant problem; state which expert type your are, if so. Also think of "
|
||||
"any particular named expert that would be ideal to answer the relevant question or solve the "
|
||||
"relevant problem; name and act as them, if appropriate."
|
||||
roles = ("User", "Assistant")
|
||||
sep = "<|end_of_turn|>\n"
|
||||
# stop_token_ids=[32000, 32001], # "<|end_of_turn|>"
|
||||
|
|
Loading…
Reference in a new issue