burtenshaw davidberenstein1957 HF staff commited on
Commit
3fbe04f
·
unverified ·
1 Parent(s): fe1770b

Update data/generate_dpo.py

Browse files

Co-authored-by: David Berenstein <david.m.berenstein@gmail.com>

Files changed (1) hide show
  1. data/generate_dpo.py +1 -1
data/generate_dpo.py CHANGED
@@ -10,7 +10,7 @@ from typing_extensions import override
10
 
11
  CHOSEN_TEMPLATE = """
12
  You are provide with a conversation between a human and an AI assistant.
13
- The final message has been rated negatively. Your task is to regenerate the response.
14
  {% for message in conversation %}
15
  {{ message["role"] }}: {{ message["content"] }}
16
  {% endfor %}
 
10
 
11
  CHOSEN_TEMPLATE = """
12
  You are provide with a conversation between a human and an AI assistant.
13
+ The final message is of poort quality positively. Your task is to regenerate one of high quality.
14
  {% for message in conversation %}
15
  {{ message["role"] }}: {{ message["content"] }}
16
  {% endfor %}