Armory
Source
Browse
Skills

peft-fine-tuning

Parameter-efficient fine-tuning for LLMs using LoRA, QLoRA, and 25+ methods. Use when fine-tuning large models (7B-70B) with limited GPU memory, when you need to train <1% of parameters with minimal accuracy loss, or for multi-adapter serving. HuggingFace's official library integrated with transformers ecosystem.

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install peft-fine-tuning --cli claude

writes the skill into.claude/skills/peft-fine-tuning/SKILL.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/skills/peft-fine-tuning/SKILL.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

Parameter-efficient fine-tuning for LLMs using LoRA, QLoRA, and 25+ methods. Use when fine-tuning large models (7B-70B) with limited GPU memory, when you need to train <1% of parameters with minimal accuracy loss, or for multi-adapter serving. HuggingFace's official library integrated with transformers ecosystem.

When to use it

Parameter-efficient fine-tuning for LLMs using LoRA, QLoRA, and 25+ methods. Use when fine-tuning large models (7B-70B) with limited GPU memory, when you need to train <1% of parameters with minimal accuracy loss, or for multi-adapter serving. HuggingFace's official library integrated with transformers ecosystem.

How to install / invoke

# Copy the skill into your .claude/skills/ directory
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/skills/ai-research/fine-tuning-peft/SKILL.md -o .claude/skills/fine-tuning-peft/SKILL.md

Notes

Extracted from davila7/claude-code-templates, fine-tuning-peft category.