* 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:
joesharratt1229 2025-07-25 20:38:47 +01:00 committed by GitHub
parent 2d19f13e0f
commit 4b60c32978
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 643 additions and 5 deletions

View file

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