Update model card with four hosted GRPO runs
Browse files
README.md
CHANGED
|
@@ -46,9 +46,10 @@ controls, and base-model-vs-RL-trained comparison rows.
|
|
| 46 |
Training evidence is included at three levels. First, deterministic baselines
|
| 47 |
and a local all-stage RL controller generate plots and replay traces. Second, a
|
| 48 |
local TRL/GRPO smoke run proves the LLM reward loop executes against the real
|
| 49 |
-
environment. Third,
|
| 50 |
-
|
| 51 |
-
|
|
|
|
| 52 |
|
| 53 |
Why this matters: deployed agents will not operate in clean, single-turn
|
| 54 |
prompt-response tasks. They will operate inside systems where resources
|
|
|
|
| 46 |
Training evidence is included at three levels. First, deterministic baselines
|
| 47 |
and a local all-stage RL controller generate plots and replay traces. Second, a
|
| 48 |
local TRL/GRPO smoke run proves the LLM reward loop executes against the real
|
| 49 |
+
environment. Third, hosted Hugging Face GPU jobs trained four large model
|
| 50 |
+
policies with TRL GRPO across all three stages: Qwen2.5-Coder-7B-Instruct,
|
| 51 |
+
Qwen3-14B, GPT-OSS-120B, and Gemma-4-31B-IT. Each run uploaded its adapter
|
| 52 |
+
artifact bundle and JSON summary to the Hugging Face artifact repo.
|
| 53 |
|
| 54 |
Why this matters: deployed agents will not operate in clean, single-turn
|
| 55 |
prompt-response tasks. They will operate inside systems where resources
|