mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-19 12:58:07 +00:00
remove added instructions
This commit is contained in:
parent
dcdef3f9ec
commit
73dfaa7f58
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ class BasicArithmeticDataset(ProceduralDataset):
|
|||
else:
|
||||
expression, result = self._generate_simple_task(rng, num_terms, num_digits)
|
||||
|
||||
question = self._format_question(rng, expression) + self.added_instruction
|
||||
question = self._format_question(rng, expression) + "."
|
||||
|
||||
return {
|
||||
"question": question,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue