Characters325
Words45
~Tokens82
Size325 B
Interactive REPL
python3 main.py
Single prediction
python3 main.py --predict 42 fib_check
Self-correction loop (retry until correct)
python3 main.py --retry 1234 digit_sum
Full benchmark on all 10 tasks
python3 main.py --benchmark
Train the model
python3 main.py --train --epochs 50 --batch-size 64
