mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-30 17:40:45 +00:00
lint
This commit is contained in:
parent
e2bdfb4c1c
commit
bd56a7b1fe
3 changed files with 20 additions and 25 deletions
|
|
@ -28,7 +28,7 @@ class BFDataset(ProceduralDataset):
|
|||
|
||||
def __init__(self, config: BFConfig):
|
||||
self._prompt_templates = [
|
||||
"This is a BF (Brainf*ck) computer program. What is the output? \n\n{bf_program}",
|
||||
"This is a BF (Brainf*ck) computer program. What is the output? Reply only with the program output, ex: 42. \n\n{bf_program}",
|
||||
]
|
||||
super().__init__(config=config, seed=config.seed, size=config.size)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue