mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-28 17:29:39 +00:00
fix typo
This commit is contained in:
parent
4abcd1f1df
commit
014ee03e35
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ class PolynomialEquationsDataset(ProceduralDataset):
|
|||
self._prompt_templates = [
|
||||
"Find the real value(s) of {variable} in the equation: {polynomial_expanded} = 0",
|
||||
"Solve for real {variable}: {polynomial_expanded} = 0",
|
||||
"Determine the real value(s) of {variable} tha satisfies: {polynomial_expanded} = 0",
|
||||
"Determine the real value(s) of {variable} that satisfies: {polynomial_expanded} = 0",
|
||||
"Solve the polynomial equation for real {variable}:\n{polynomial_expanded} = 0",
|
||||
]
|
||||
super().__init__(config=config, seed=config.seed, size=config.size)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue