work-dwivediishivam commited on
Commit
5efb60d
·
verified ·
1 Parent(s): 60f7e97

Update model card with four hosted GRPO runs

Browse files
Files changed (1) hide show
  1. README.md +4 -3
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, a hosted Hugging Face GPU job trained
50
- Qwen/Qwen2.5-Coder-7B-Instruct with TRL GRPO and 4-bit LoRA across all three
51
- stages, then uploaded the final artifact bundle to Hugging Face.
 
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