fix question templates

This commit is contained in:
Andreas Koepf 2025-02-16 23:04:24 +01:00
parent 72fcb36cb4
commit 2cbaab2918
6 changed files with 606 additions and 134 deletions

View file

@ -8,8 +8,7 @@ from typing import Any, Dict, Optional, Sequence, Tuple
from ..factory import ProceduralDataset, register_dataset
QUESTION_TEMPLATE = """Simplify the fraction {question_fraction} to its lowest terms. Give only the simplified fraction
as your final answer."""
QUESTION_TEMPLATE = "Simplify the fraction {question_fraction} to its lowest terms. Give only the simplified fraction as your final answer."
@dataclass