ai-post-training

Featured

Post-training and alignment: reward modeling, RLHF/PPO, DPO/DAAs, GRPO, RLVR, RLAIF, over-optimization. Use when adapting an SFT model with preference or verifiable-reward signals.

AI & Automation 80 stars 17 forks Updated 1 weeks ago MIT

Install

View on GitHub

Quality Score: 89/100

Stars 20%
64
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# AI Post-Training **Domain**: the rung *after* supervised fine-tuning — turning a pretrained or SFT'd base model into an aligned, preference-tuned, or reasoning-capable model with a **reward signal**. This skill owns the post-training *decision and pipeline*: when to post-train at all, which reward signal you can produce, which algorithm family fits, and how to keep it from over-optimizing. Per-algorithm operational depth lives in [ai-llm/references/post-training.md](../ai-llm/references/post-training.md) (PPO, DPO, SimPO, KTO, GRPO, GSPO, DAPO, RLVR, RULER, ORPO — catalogue + decision tree); this skill routes there. It does **not** cover: pretraining ([ai-pretraining](../ai-pretraining/SKILL.md)), the prompt→RAG→SFT promotion ladder ([ai-architecture-advisor](../ai-architecture-advisor/SKILL.md)), or serving the result ([ai-llm-inference](../ai-llm-inference/SKILL.md)). ## Quick Reference | You have / want | Method | Deep ref | |---|---|---| | Labeled demonstrations of the target behavior | **SFT** (baseline — exhaust it first; not RL) | [ai-llm](../ai-llm/SKILL.md) | | Pairwise preferences, want the least machinery | **DPO** (or DAAs: KTO / ORPO / SimPO) | [methods](references/methods-and-pipeline.md) | | Preferences + reward model + online RL, highest ceiling | **PPO** (reward model + policy + critic) | [methods](references/methods-and-pipeline.md) | | Many samples scorable per prompt, drop the critic | **GRPO** (group-relative advantage) | [methods](references/method...

Details

Author
vasilyu1983
Repository
vasilyu1983/AI-Agents-public
Created
9 months ago
Last Updated
1 weeks ago
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category