mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-30 17:40:45 +00:00
fix: Correct WordReversalConfig references to WordSequenceReversalConfig
This commit is contained in:
parent
c641b25508
commit
be00e0bab2
2 changed files with 2 additions and 2 deletions
|
|
@ -27,7 +27,7 @@ class WordSequenceReversalConfig:
|
|||
class WordSequenceReversalDataset(ProceduralDataset):
|
||||
"""Generates word sequence reversal tasks from text spans"""
|
||||
|
||||
def __init__(self, config: WordReversalConfig):
|
||||
def __init__(self, config: WordSequenceReversalConfig):
|
||||
super().__init__(config=config, seed=config.seed, size=config.size)
|
||||
|
||||
# Load and preprocess text
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue