refactor: Update sentence reordering prompt to be more descriptive

This commit is contained in:
Andreas Koepf 2025-01-26 15:46:19 +01:00 committed by Andreas Koepf (aider)
parent d3ccc38ec7
commit 9abea574ed

View file

@ -77,7 +77,7 @@ class SentenceReorderingDataset(ProceduralDataset):
return {
"question": f"Correct the following sentence: {question}",
"question": f"Restore the correct order of words in the following sentence: {question}",
"answer": solved_sentence,
"metadata": {"num_of_words_in_sentence": num_of_words_in_sentence},
}