mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-28 17:29:39 +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:
|
else:
|
||||||
expression, result = self._generate_simple_task(rng, num_terms, num_digits)
|
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 {
|
return {
|
||||||
"question": question,
|
"question": question,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue