Agent skill · Workflow & Productivity

llm-fine-tuning

Fine-tune large language models efficiently using LoRA, QLoRA, and PEFT methods. Use for domain adaptation, instruction tuning, task-specific optimization, and parameter-efficient training of LLMs.

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

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

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/ai-ml/llm-fine-tuning-jh9282026-manus/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

# LLM Fine-Tuning Fine-tune large language models efficiently using parameter-efficient methods. ## Overview LLM fine-tuning adapts pre-trained models to specific tasks or domains. This skill covers efficient techniques like LoRA, QLoRA, and full fine-tuning strategies. ## Quick Reference | Scenario | Recommended Approach | Reference File | |----------|---------------------|----------------| | Efficient fine-tuning with limited resources | LoRA, QLoRA, PEFT methods | `/references/peft-methods.md` | | Full model fine-tuning | Supervised fine-tuning, instruction tuning | `/references/full-finetuning.md` | | Alignment and safety | RLHF, DPO, preference optimization | `/references/alignment.md` | ## Core Principles 1. **Parameter Efficiency** - Update small subset of parameters 2. **Task Adaptation** - Specialize model for specific use case 3. **Data Quality** - High-quality training data is critical 4. **Evaluation** - Rigorous testing on held-out data 5. **Monitoring** - Track metrics to prevent degradation ## Fine-Tuning Methods ### LoRA (Low-Rank Adaptation) Inject trainable low-rank matrices into model layers. **Advantages:** - 0.1-1% of parameters trainable - Fast training - Mult

What's inside
Steps it walks through
  1. Overview
  2. Quick Reference
  3. Core Principles
  4. Fine-Tuning Methods
  5. LoRA (Low-Rank Adaptation)
  6. QLoRA (Quantized LoRA)
  7. Full Fine-Tuning
  8. Training Process
  9. 1. Data Preparation
  10. 2. Model Selection
  11. 3. Training
  12. 4. Evaluation
  13. Using the Reference Files
  14. Best Practices
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the llm-fine-tuning skill do?

Fine-tune large language models efficiently using LoRA, QLoRA, and PEFT methods. Use for domain adaptation, instruction tuning, task-specific optimization, and parameter-efficient training of LLMs.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill llm-fine-tuning-jh9282026-manus --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