feat: Add Caesar cipher dataset generator with encryption and decryption tasks

This commit is contained in:
Andreas Koepf (aider) 2025-01-25 18:00:13 +01:00
parent 862f4f3c4d
commit b3258f03c3
3 changed files with 195 additions and 0 deletions

View file

@ -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',