Skip to content

Commit

Permalink
Add hack for simple formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-jw-brooks committed Apr 16, 2024
1 parent d51574f commit 7959c71
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/alpaca_to_sft_format.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@

PROMPT_DICT = {
"prompt_input": (
"Below is an instruction that describes a task, paired with an input that provides further context. "
"Write a response that appropriately completes the request.\n\n"
"### Instruction:\n{instruction}\n\n### Input:\n{input}\n\n### Response:"
"Input:\n{input}\n\n### Response:" # HACK
),
"prompt_no_input": (
"Below is an instruction that describes a task. "
Expand Down

0 comments on commit 7959c71

Please sign in to comment.