mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-19 12:58:07 +00:00
Show curricula (#295)
* feat: Add debug_curricula.py script to generate CURRICULA.md with dataset curriculum details
This commit is contained in:
parent
edab0389b6
commit
6615d8e662
4 changed files with 257 additions and 5 deletions
|
|
@ -125,8 +125,8 @@ class BaseConversionCurriculum(BaseCurriculum):
|
|||
self._define_attributes(
|
||||
RangeAttributeDefinition(
|
||||
name="base",
|
||||
levels=[9, 18, 27, 36],
|
||||
default_level=0,
|
||||
levels=[2, 9, 18, 27, 36],
|
||||
default_level=1,
|
||||
description="The base of the number system",
|
||||
attr_type=AttributeType.APPEND,
|
||||
min_value=2,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue