mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-28 17:29:39 +00:00
feat: Add Caesar cipher dataset generator with encryption and decryption tasks
This commit is contained in:
parent
862f4f3c4d
commit
b3258f03c3
3 changed files with 195 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ Available dataset names (which can be used with `create_dataset()`):
|
|||
'polynomial_equations',
|
||||
'simple_equations',
|
||||
'base_conversion',
|
||||
'caesar_cipher',
|
||||
'letter_counting',
|
||||
'number_filtering',
|
||||
'number_sorting',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue