mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-29 17:35:16 +00:00
added updates
This commit is contained in:
parent
774d23664d
commit
9f9f816902
10 changed files with 461 additions and 503 deletions
|
|
@ -97,7 +97,7 @@ class SpellBackwardCurriculum(BaseCurriculum):
|
|||
self._define_attributes(
|
||||
RangeAttributeDefinition(
|
||||
name="word_len",
|
||||
levels=list(range(3, 10, 1)),
|
||||
levels=list(range(3, 11, 1)),
|
||||
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