OpenAI's GSM8K dataset converted to be compatibel with MLX-LM-LoRA.
example uasge:
pip install -U mlx-lm-lora
python -m mlx_lm_lora.train
--model mlx-community/Josiefied-Qwen3-0.6B-abliterated-v1-4bit
--train
--train-mode grpo
--data mlx-community/gsm8k
--iters 100
--steps-per-report 1
--batch-size 1
--max-completion-length 512