Skip to content

Commit 38cb69e

Browse files
committed
Fix linting
1 parent 9865e34 commit 38cb69e

File tree

1 file changed

+2
-2
lines changed
  • tests/src/capabilities_t2/math/math_mathematics_modeling_real_world

1 file changed

+2
-2
lines changed

tests/src/capabilities_t2/math/math_mathematics_modeling_real_world/capability.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"capability_name": "math_mathematics_modeling_real_world",
33
"capability_description": "The math_mathematics_modeling_real_world capability consists of 1500 real-world mathematical modeling problems. Each problem requires the application of mathematical concepts to formulate and solve real-life scenarios, emphasizing critical thinking and problem-solving skills.",
44
"capability_domain": "math",
5-
"capability_instructions": "f\"\"\"Solve the following real-world modeling problem step by step. The last line of your response should be of the form \"ANSWER: $ANSWER\" (without quotes) where $ANSWER is the answer to the problem.\n\nProblem: {t[\"problem\"]}\n\nRemember to put your answer on its own line at the end in the form \"ANSWER:$ANSWER\" (without quotes) where $ANSWER is the answer to the problem, and you do not need to use a \\boxed command.\"\"\"",
5+
"capability_instructions": "f\"\"\"Solve the following real-world modeling problem step by step. The last line of your response should be of the form \"ANSWER: $ANSWER\" (without quotes) where $ANSWER is the answer to the problem.\\n\\nProblem: {t[\"problem\"]}\\n\\nRemember to put your answer on its own line at the end in the form \"ANSWER:$ANSWER\" (without quotes) where $ANSWER is the answer to the problem, and you do not need to use a \\\boxed command.\"\"\"",
66
"capability_data": [
77
{
88
"id": "1",
@@ -20,4 +20,4 @@
2020
"answer": "7"
2121
}
2222
]
23-
}
23+
}

0 commit comments

Comments
 (0)