CoolFace
Datasetpublic

sagecodes/simple-python-grpo

simple-python-grpo A curated set of simple Python function problems for GRPO / RLVR fine-tuning. Each row has a natural-language description, a function signature, and 3 auto-verified test assertions (generated by running a reference implementation, so every test is correct by construction). The reference is NOT included — the model must generate the body and is rewarded when the tests pass. Fields: name, prompt, func_prompt, tests (newline-separated asserts), setup_code. Built… See the full description on the dataset page: https://huggingface.co/datasets/sagecodes/simple-python-grpo.

sourceHugging Facemitupdated 3mo agoView on Hugging Face
0likes27downloads
Dataset Card

simple-python-grpo

A curated set of simple Python function problems for GRPO / RLVR fine-tuning. Each row has a natural-language description, a function signature, and 3 auto-verified test assertions (generated by running a reference implementation, so every test is correct by construction). The reference is NOT included — the model must generate the body and is rewarded when the tests pass.

Fields: name, prompt, func_prompt, tests (newline-separated asserts), setup_code.

Built for the Union/Flyte GRPO code tutorial. Deliberately homogeneous and simple so a small model (e.g. Qwen2.5-0.5B) can learn a transferable pattern.