File size: 731 Bytes
31603bf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
license: mit
task_categories:
- text-generation
tags:
- code
- grpo
- rlvr
---

# 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.