added training and evaluation curr conf

This commit is contained in:
joesharratt1229 2025-07-28 15:51:19 +01:00
parent d9cd20c174
commit 3393d22611
12 changed files with 1384 additions and 4 deletions

View file

@ -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",