mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-23 16:55:05 +00:00
remove empty space
This commit is contained in:
parent
51ea7778ee
commit
67617a0a42
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ from typing import Dict, Optional
|
|||
|
||||
from ..factory import ProceduralDataset, register_dataset
|
||||
|
||||
QUESTION_TEMPLATE = """ You are given an n x n grid where each cell can have one of three values:
|
||||
QUESTION_TEMPLATE = """You are given an n x n grid where each cell can have one of three values:
|
||||
- 0 representing an empty cell
|
||||
- 1 representing a fresh orange
|
||||
- 2 representing a rotten orange
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue