squaredcuber commited on
Commit
1820044
·
verified ·
1 Parent(s): dd5c3d2
Files changed (1) hide show
  1. README.md +2 -8
README.md CHANGED
@@ -17,14 +17,8 @@ an efficiency-aware benchmark for AI-generated InsForge SDK code.
17
 
18
  Trained with **Unsloth** (bf16 LoRA) + an agentic GRPO loop adopting **CUDA-Agent**
19
  (arXiv 2602.24286): the model writes a solution, the forger-bench grader runs+verifies+
20
- measures real server cost (rows scanned, bytes, round-trips, scale-correctness at 100k
21
- rows), and a discrete milestone reward (-1 incorrect/scaleBug, 1 wasteful, 2 beats-naive,
22
- 3 near-optimal) drives RL.
23
-
24
- ## Stages
25
- - SFT on author+optimize pairs across all backend concepts (contamination-controlled:
26
- fresh entities disjoint from the test set; top_n + in_list held out for generalization).
27
- - Agentic GRPO against the live forger-bench grader.
28
 
29
  ## Contamination control
30
  Never trained on a sealed test task; held-out concepts measure optimization skill vs
 
17
 
18
  Trained with **Unsloth** (bf16 LoRA) + an agentic GRPO loop adopting **CUDA-Agent**
19
  (arXiv 2602.24286): the model writes a solution, the forger-bench grader runs+verifies+
20
+ measures real server metrics, and a discrete milestone reward (-1 incorrect/scaleBug, 1
21
+ wasteful, 2 beats-naive, 3 near-optimal) drives RL.
 
 
 
 
 
 
22
 
23
  ## Contamination control
24
  Never trained on a sealed test task; held-out concepts measure optimization skill vs