mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-19 12:58:07 +00:00
feat: Add SpellBackward imports and exports to algorithmic package
This commit is contained in:
parent
71a6800d27
commit
6811c2ba04
1 changed files with 3 additions and 0 deletions
|
|
@ -12,9 +12,12 @@ from .letter_counting import LetterCountingConfig, LetterCountingDataset
|
|||
from .letter_jumble import LetterJumbleConfig, LetterJumbleDataset
|
||||
from .number_filtering import NumberFilteringConfig, NumberFilteringDataset
|
||||
from .number_sorting import NumberSortingConfig, NumberSortingDataset
|
||||
from .spell_backward import SpellBackwardConfig, SpellBackwardDataset
|
||||
from .word_reversal import WordReversalConfig, WordReversalDataset
|
||||
|
||||
__all__ = [
|
||||
"SpellBackwardConfig",
|
||||
"SpellBackwardDataset",
|
||||
"BaseConversionConfig",
|
||||
"BaseConversionDataset",
|
||||
"CaesarCipherConfig",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue