gitextract_2ll30k2w/ ├── .gitignore ├── LICENSE ├── Makefile ├── README.md ├── analysis/ │ ├── eval_self_reflect.py │ ├── math_grader.py │ └── script.sh ├── data/ │ ├── math_train_500.json │ └── math_train_500_r1.json └── training/ ├── countdown.py ├── run_grpo.sh └── zero_countdown.py