Aravind0495's picture
Upload README.md with huggingface_hub
ef9698f verified
|
Raw
History Blame Contribute Delete
2.56 kB
---
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)