Andreas Köpf
|
6615d8e662
|
Show curricula (#295)
* feat: Add debug_curricula.py script to generate CURRICULA.md with dataset curriculum details
|
2025-03-08 14:21:50 +01:00 |
|
Zafir Stojanovski
|
adf8cd8f6d
|
base conversion curriculum (#286)
|
2025-03-08 01:46:32 +01:00 |
|
Zafir Stojanovski
|
01e1c8f9af
|
fix: Unify Prompts (#254)
* remove cot
* fix prompt template
* fix pool matrix
* spiral matrix fixed
|
2025-03-03 21:55:53 +01:00 |
|
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 |
|