mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-19 12:58:07 +00:00
Remove python code reference in count_primes prompt
This commit is contained in:
parent
5f279be306
commit
8989bfca6c
1 changed files with 1 additions and 5 deletions
|
|
@ -11,11 +11,7 @@ from typing import Optional
|
|||
|
||||
from ..factory import ProceduralDataset, register_dataset
|
||||
|
||||
QUESTION_TEMPLATE = """Please use python code to count how many prime numbers there are between {start} and {end} (inclusive) ?
|
||||
Please follow the instruction below:
|
||||
# 1. Create and run the python code to return the count of the prime numbers.
|
||||
# 2. Make sure to only report the count of the prime numbers as answer.
|
||||
"""
|
||||
QUESTION_TEMPLATE = """Count how many prime numbers there are between {start} and {end} (inclusive) ?"""
|
||||
|
||||
|
||||
@dataclass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue