mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-22 16:49:06 +00:00
formatting
This commit is contained in:
parent
d2d4b3a644
commit
6bf2dfa36c
4 changed files with 7 additions and 20 deletions
|
|
@ -8,7 +8,6 @@ from typing import Dict, List, Optional, Set, Tuple
|
|||
from ..data import get_data_file_path
|
||||
from ..factory import ProceduralDataset, register_dataset
|
||||
|
||||
|
||||
QUESTION_TEMPLATE = """Transform the word ladder '{start}' to '{end}' by changing one letter at a time.
|
||||
Provide your answer as a comma-separated sequence of uppercase letters without spaces.
|
||||
Each step must be a valid English word."""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue