fixed chain sum

This commit is contained in:
joesharratt1229 2025-02-16 14:09:16 +00:00
parent 5803a2962e
commit 1a33fba608

View file

@ -63,7 +63,7 @@ class ChainSumDataset(ProceduralDataset):
expression, result = self._generate_task(rng, num_terms, min_value, max_value)
return {
"question": f"{expression} =",
"question": f"State the final answer to the following arithmetic problem: {expression} =",
"answer": str(result),
"metadata": {
"difficulty": {