CoolFace
Apppublic

sam25kat/securereview-trainer-iac

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes
App README

SecureReview — GRPO Trainer

Trains Qwen2.5-1.5B-Instruct using Group Relative Policy Optimization (GRPO) on the SecureReview environment.

What this does

  • Loads the model in 4-bit QLoRA (via Unsloth)
  • Connects to the live SecureReview environment as a reward oracle
  • Runs 150 GRPO training steps — reward = F1-based score from graded vulnerability findings
  • Produces plots/reward_curve.png and plots/before_after.png

Usage

Click Run Training in the Gradio UI. Training takes ~20 minutes on T4.

Environment

The reward signal comes from sam25kat/securereview — a live OpenEnv environment that grades security findings against ground-truth scenarios.