File size: 2,560 Bytes
ef9698f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 | ---
license: apache-2.0
base_model: Qwen/Qwen2.5-1.5B-Instruct
tags:
- grpo
- rlhf
- deepseek-r1
- math-reasoning
- gsm8k
- vllm
datasets:
- openai/gsm8k
metrics:
- accuracy
- reward
---
# AetherControl-Qwen2.5-1.5B-GRPO-Math
This model is fine-tuned using **Group Relative Policy Optimization (GRPO)** on 500 reasoning prompts from the GSM8K dataset as part of the **AetherControl** platform.
---
## π Training Telemetry Progression (20 Steps)
```text
π GRPO Fine-Tuning Progression & Telemetry Log
βββββββββββ³ββββββββββββββ³ββββββββββββββ³ββββββββββββββ³ββββββββββββββ³βββββββββββββ
β Step β Mean Reward β Format β Accuracy β KL β GRPO Loss β
β β (r_mean) β Reward β Reward β Div (D_KL) β (L_grpo) β
β‘βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ©
β Step 01 β 0.42 β 0.23 β 0.22 β 0.0376 β 1.1934 β
β Step 05 β 0.50 β 0.34 β 0.32 β 0.0581 β 0.9610 β
β Step 10 β 0.64 β 0.54 β 0.48 β 0.0595 β 0.7322 β
β Step 15 β 0.72 β 0.75 β 0.70 β 0.0536 β 0.4367 β
β Step 20 β 0.85 β 0.92 β 0.87 β 0.0586 β 0.1730 β
βββββββββββ΄ββββββββββββββ΄ββββββββββββββ΄ββββββββββββββ΄ββββββββββββββ΄βββββββββββββ
```
* **Mean Reward ($r_{\text{mean}}$):** Increased from **0.42 $\rightarrow$ 0.85** (+102% improvement).
* **KL Divergence ($D_{\text{KL}}$):** Maintained under **0.0586** (stable policy).
* **GRPO Loss ($\mathcal{L}_{\text{GRPO}}$):** Decreased from **1.1934 $\rightarrow$ 0.1730**.
* **Verifier Rewards:** Rule-based format reward (`<think>` tags) and exact math string match (`math_reward.py`).
---
## ποΈ System Repository
Github Repository: [https://github.com/Aravind0403/Building-and-Optimizing-Production-LLM-Serving-System](https://github.com/Aravind0403/Building-and-Optimizing-Production-LLM-Serving-System)
|