mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-24 17:05:03 +00:00
Curr exp (#487)
* began curr exp * added holdout words * updated config * added context * updated base curriculum * updaed * updated curriculum * updated * updated * updated automatic flag * updated ray trainer * update
This commit is contained in:
parent
2d19f13e0f
commit
4b60c32978
6 changed files with 643 additions and 5 deletions
|
|
@ -98,7 +98,7 @@ class SpellBackwardCurriculum(BaseCurriculum):
|
|||
self._define_attributes(
|
||||
RangeAttributeDefinition(
|
||||
name="word_len",
|
||||
levels=list(range(3, 11, 1)),
|
||||
levels=list(range(3, 13, 2)),
|
||||
description="Word length",
|
||||
lower_field_name="min_word_len",
|
||||
upper_field_name="max_word_len",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue