Pick one open-weight instruct model. Read its model card and reconstruct its full post-training recipe (SFT data, reward model if any, RL algorithm if any, safety process). Then run the base-vs-instruct comparison demo from Task 1 on at least five prompts spanning factual, creative, and mildly unsafe requests, and classify each observed difference as a capability gap or an alignment gap.
Model: Qwen2.5-0.5B (base) / Qwen2.5-0.5B-Instruct
Recipe: SFT + DPO (per model card, section "Post-training")
Prompt 1 (factual): "What is the capital of France?"
base: "...What is the capital of Germany? What is..."
instruct: "The capital of France is Paris."
classification: alignment gap (capability was present; presentation wasn't)
...
Recommendation: for a narrow customer-support fine-tune with 2,000 labeled
tickets and no preference data yet, start with SFT-only (LoRA) on top of
the Instruct checkpoint; revisit DPO only if tone consistency remains a
measured problem after SFT.