mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-24 17:05:03 +00:00
fix: Correct WordReversalConfig references to WordSequenceReversalConfig
This commit is contained in:
parent
5e57848fa2
commit
ae79483609
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