Agent skill · Data & Analytics

fine-tuning-customization

LLM fine-tuning with LoRA, QLoRA, DPO alignment, and synthetic data generation. Efficient training, preference learning, data creation. Use when customizing models for specific domains.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill fine-tuning-customization --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: none
Version: 1.0.0
Declared author: SkillForge
Path: skills/ai-llm/fine-tuning-customization/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Fine-Tuning & Customization Customize LLMs for specific domains using parameter-efficient fine-tuning and alignment techniques. > **Unsloth 2026**: 7x longer context RL, FP8 RL on consumer GPUs, rsLoRA support. **TRL**: OpenEnv integration, vLLM server mode, transformers 5.0.0+ compatible. ## Decision Framework: Fine-Tune or Not? | Approach | Try First | When It Works | |----------|-----------|---------------| | Prompt Engineering | Always | Simple tasks, clear instructions | | RAG | External knowledge needed | Knowledge-intensive tasks | | Fine-Tuning | Last resort | Deep specialization, format control | **Fine-tune ONLY when:** 1. Prompt engineering tried and insufficient 2. RAG doesn't capture domain nuances 3. Specific output format consistently required 4. Persona/style must be deeply embedded 5. You have ~1000+ high-quality examples ## LoRA vs QLoRA (Unsloth 2026) | Criteria | LoRA | QLoRA | |----------|------|-------| | Model fits in VRAM | Use LoRA | | | Memory constrained | | Use QLoRA | | Training speed | 39% faster | | | Memory savings | | 75%+ (dynamic 4-bit quants) | | Quality | Baseline | ~Same (Unsloth recovered accuracy loss) | | 70B LLaMA | | <48GB VRAM with QLoR

What's inside
Steps it walks through
  1. Decision Framework: Fine-Tune or Not?
  2. LoRA vs QLoRA (Unsloth 2026)
  3. Quick Reference: LoRA Training
  4. DPO Alignment
  5. Synthetic Data Generation
  6. Key Hyperparameters
  7. Anti-Patterns (FORBIDDEN)
  8. Detailed Documentation
  9. Related Skills
  10. Capability Details
  11. lora-qlora
  12. dpo-alignment
  13. synthetic-data
  14. when-to-finetune
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the fine-tuning-customization skill do?

LLM fine-tuning with LoRA, QLoRA, DPO alignment, and synthetic data generation. Efficient training, preference learning, data creation. Use when customizing models for specific domains.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill fine-tuning-customization --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going