mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-22 16:49:06 +00:00
remove unnecessary newline from arc prompt
This commit is contained in:
parent
d0ee809757
commit
63cbb8722d
2 changed files with 0 additions and 4 deletions
|
|
@ -8,7 +8,6 @@ from .board_format import BoardFormattingOptions, format_board, format_board_pai
|
|||
_REARC_PROMPT_TEMPLATES = """Find the common rule that maps an input grid to an output grid, given the examples below.
|
||||
|
||||
{examples}
|
||||
|
||||
Below is a test input grid. Predict the corresponding output grid by applying the rule you found.
|
||||
Your final answer should just be the text output grid itself.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue