mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-25 17:10:51 +00:00
added training and evaluation curr conf
This commit is contained in:
parent
d9cd20c174
commit
3393d22611
12 changed files with 1384 additions and 4 deletions
|
|
@ -84,7 +84,7 @@ class CountPrimesCurriculum(BaseCurriculum):
|
|||
self._define_attributes(
|
||||
RangeAttributeDefinition(
|
||||
name="n",
|
||||
levels=[10, 1000, 10_000, 50_000, 100_000],
|
||||
levels=[100, 500, 1000, 5000],
|
||||
description="Up to which number to consider the primes",
|
||||
lower_field_name="min_n",
|
||||
upper_field_name="max_n",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue