Commit graph

12 commits

Author SHA1 Message Date
Andreas Koepf
3e7ff3b084 use native types List->list, Dict->dict, Set->set, Tuple->tuple 2025-02-21 15:15:38 +01:00
Zafir Stojanovski
9f5d2e474f fix prompt 2025-02-17 14:21:10 +01:00
Andreas Koepf
b49167c61c lint 2025-01-31 12:16:08 +01:00
Andreas Koepf (aider)
7d911a8c25 fix: Improve base conversion logic for non-standard bases 2025-01-31 12:09:32 +01:00
Andreas Koepf
0dcff77b37 add reasoning_gym.create_dataset({name}, ...) global factory function 2025-01-25 00:58:34 +01:00
Andreas Koepf
e9549f2a63 pass config to ProceduralDataset base 2025-01-25 00:23:05 +01:00
Andreas Koepf (aider)
3e3aec1b37 refactor: Inherit BaseConversionDataset from ProceduralDataset 2025-01-24 11:12:29 +01:00
Andreas Koepf
20069b2a7d formatting 2025-01-24 10:34:07 +01:00
Andreas Koepf (aider)
2226b164c7 feat: Add hint for lowercase letters in base conversion questions for bases > 10 2025-01-23 21:49:08 +01:00
Andreas Koepf (aider)
4b2a9f2655 refactor: Remove unnecessary rstrip('L') calls in base conversion 2025-01-23 21:46:06 +01:00
Andreas Koepf (aider)
d9a6295dc0 fix: Strip whitespace from base conversion source and target representations 2025-01-23 21:41:20 +01:00
Andreas Koepf (aider)
64de76a488 feat: Add base conversion task with configurable base ranges 2025-01-23 21:37:40 +01:00