/fine-tuning-unsloth
Expert guidance for fast fine-tuning with Unsloth - 2-5x faster training, 50-80% less memory, LoRA/QLoRA optimization
One skill from claude-code-templates.
shell
$ npx -y skills add davila7/claude-code-templates --skill fine-tuning-unsloth --agent claude-codeInstalls just this skill. Get the whole plugin for auto-invocation.
How it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/fine-tuning-unsloth
Context preview
The summary Claude sees to decide when to auto-load this skill.
Expert guidance for fast fine-tuning with Unsloth - 2-5x faster training, 50-80% less memory, LoRA/QLoRA optimization
Stats
Stars29,856
Forks3,189
LanguagePython
LicenseMIT
Ships with claude-code-templates
SKILL.md
fine-tuning-unsloth.SKILL.md
--- name: unsloth description: Expert guidance for fast fine-tuning with Unsloth - 2-5x faster training, 50-80% less memory, LoRA/QLoRA optimization version: 1.0.0 author: Orchestra Research license: MIT tags: [Fine-Tuning, Unsloth, Fast Training, LoRA, QLoRA, Memory-Efficient, Optimization, Llama, Mistral, Gemma, Qwen] dependencies: [unsloth, torch, transformers, trl, datasets, peft] --- # Unsloth Skill Comprehensive assistance with unsloth development, generated from official documentation. ## When to Use This Skill This skill should be triggered when: - Working with unsloth - Asking about unsloth features or APIs - Implementing unsloth solutions - Debugging unsloth code - Learning unsloth best practices ## Quick Reference ### Common Patterns *Quick reference patterns will be added as you use the skill.* ## Reference Files This skill includes comprehensive documentation in `references/`: - **llms-txt.md** - Llms-Txt documentation
